pub struct ExtraSlot;Expand description
The additional-from-items slot, for the second and later entries of a
comma-separated FROM/USING list.
Trait Implementations§
impl Copy for ExtraSlot
Auto Trait Implementations§
impl Freeze for ExtraSlot
impl RefUnwindSafe for ExtraSlot
impl Send for ExtraSlot
impl Sync for ExtraSlot
impl Unpin for ExtraSlot
impl UnsafeUnpin for ExtraSlot
impl UnwindSafe for ExtraSlot
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