pub enum MaxSnapshot {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxSnapshot
impl RefUnwindSafe for MaxSnapshot
impl Send for MaxSnapshot
impl Sync for MaxSnapshot
impl Unpin for MaxSnapshot
impl UnsafeUnpin for MaxSnapshot
impl UnwindSafe for MaxSnapshot
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