pub struct PrintMocks { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PrintMocks
impl Clone for PrintMocks
Source§fn clone(&self) -> PrintMocks
fn clone(&self) -> PrintMocks
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrintMocks
impl Debug for PrintMocks
Source§impl Default for PrintMocks
impl Default for PrintMocks
Source§fn default() -> PrintMocks
fn default() -> PrintMocks
Returns the “default value” for a type. Read more
Source§impl PartialEq for PrintMocks
impl PartialEq for PrintMocks
impl Eq for PrintMocks
impl StructuralPartialEq for PrintMocks
Auto Trait Implementations§
impl Freeze for PrintMocks
impl RefUnwindSafe for PrintMocks
impl Send for PrintMocks
impl Sync for PrintMocks
impl Unpin for PrintMocks
impl UnsafeUnpin for PrintMocks
impl UnwindSafe for PrintMocks
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