pub struct MappedSlot<T, R, X, F>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<T, R, X, F> Freeze for MappedSlot<T, R, X, F>
impl<T, R, X, F> RefUnwindSafe for MappedSlot<T, R, X, F>
impl<T, R, X, F> Send for MappedSlot<T, R, X, F>
impl<T, R, X, F> Sync for MappedSlot<T, R, X, F>
impl<T, R, X, F> Unpin for MappedSlot<T, R, X, F>
impl<T, R, X, F> UnwindSafe for MappedSlot<T, R, X, 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