pub struct Slot<'s, 'f> { /* private fields */ }
Expand description
A value slot to fill using the Fill
trait.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'s, 'f> !RefUnwindSafe for Slot<'s, 'f>
impl<'s, 'f> !Send for Slot<'s, 'f>
impl<'s, 'f> !Sync for Slot<'s, 'f>
impl<'s, 'f> Unpin for Slot<'s, 'f>
impl<'s, 'f> !UnwindSafe for Slot<'s, 'f>
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