pub struct Unmapped { /* private fields */ }Trait Implementations§
impl Copy for Unmapped
impl Eq for Unmapped
impl StructuralPartialEq for Unmapped
Auto Trait Implementations§
impl Freeze for Unmapped
impl RefUnwindSafe for Unmapped
impl Send for Unmapped
impl Sync for Unmapped
impl Unpin for Unmapped
impl UnsafeUnpin for Unmapped
impl UnwindSafe for Unmapped
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