pub struct FromSlot;Expand description
The from-item slot: a SELECT’s or an UPDATE’s FROM.
Trait Implementations§
impl Copy for FromSlot
Auto Trait Implementations§
impl Freeze for FromSlot
impl RefUnwindSafe for FromSlot
impl Send for FromSlot
impl Sync for FromSlot
impl Unpin for FromSlot
impl UnsafeUnpin for FromSlot
impl UnwindSafe for FromSlot
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