pub struct MockSync(/* private fields */);Expand description
Synchronous structure used for testing
Implementations§
Trait Implementations§
impl Sync for MockSync
Auto Trait Implementations§
impl Freeze for MockSync
impl RefUnwindSafe for MockSync
impl Send for MockSync
impl Unpin for MockSync
impl UnsafeUnpin for MockSync
impl UnwindSafe for MockSync
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