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