pub struct JestSnapshot;Implementations§
Auto Trait Implementations§
impl Freeze for JestSnapshot
impl RefUnwindSafe for JestSnapshot
impl Send for JestSnapshot
impl Sync for JestSnapshot
impl Unpin for JestSnapshot
impl UnwindSafe for JestSnapshot
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