pub struct Snapshot<'a, 'b> { /* private fields */ }Implementations
Auto Trait Implementations
impl<'a, 'b> RefUnwindSafe for Snapshot<'a, 'b>
impl<'a, 'b> Send for Snapshot<'a, 'b>
impl<'a, 'b> Sync for Snapshot<'a, 'b>
impl<'a, 'b> Unpin for Snapshot<'a, 'b>
impl<'a, 'b> UnwindSafe for Snapshot<'a, 'b>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more