Struct mockable::DefaultSystem
source · pub struct DefaultSystem;Expand description
Default implementation of System.
Trait Implementations§
impl System for DefaultSystem
Auto Trait Implementations§
impl RefUnwindSafe for DefaultSystem
impl Send for DefaultSystem
impl Sync for DefaultSystem
impl Unpin for DefaultSystem
impl UnwindSafe for DefaultSystem
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