pub struct Slot<'s, 'f> { /* private fields */ }
Expand description
A value slot to fill using the Fill
trait.
Implementations
sourceimpl<'s, 'f> Slot<'s, 'f>
impl<'s, 'f> Slot<'s, 'f>
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> where
'f: 's,
impl<'s, 'f> !UnwindSafe for Slot<'s, 'f>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more