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