pub struct TargetSlot;Expand description
The target slot: the table an UPDATE writes to or a DELETE removes from.
Trait Implementations§
Source§impl Clone for TargetSlot
impl Clone for TargetSlot
Source§fn clone(&self) -> TargetSlot
fn clone(&self) -> TargetSlot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TargetSlot
Source§impl Debug for TargetSlot
impl Debug for TargetSlot
Source§impl Default for TargetSlot
impl Default for TargetSlot
Source§fn default() -> TargetSlot
fn default() -> TargetSlot
Returns the “default value” for a type. Read more
Source§impl<Q: HasTargetTable> TableSlot<Q> for TargetSlot
impl<Q: HasTargetTable> TableSlot<Q> for TargetSlot
Auto Trait Implementations§
impl Freeze for TargetSlot
impl RefUnwindSafe for TargetSlot
impl Send for TargetSlot
impl Sync for TargetSlot
impl Unpin for TargetSlot
impl UnsafeUnpin for TargetSlot
impl UnwindSafe for TargetSlot
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more