pub struct FakeRawMutex {}Expand description
A fake mutex is for testing. It does not provide any synchronization between threads,
Implementations§
Source§impl FakeRawMutex
impl FakeRawMutex
Trait Implementations§
Source§impl Default for FakeRawMutex
impl Default for FakeRawMutex
Source§fn default() -> FakeRawMutex
fn default() -> FakeRawMutex
Returns the “default value” for a type. Read more
Source§impl RawMutex for FakeRawMutex
impl RawMutex for FakeRawMutex
impl Send for FakeRawMutex
Auto Trait Implementations§
impl Freeze for FakeRawMutex
impl RefUnwindSafe for FakeRawMutex
impl Sync for FakeRawMutex
impl Unpin for FakeRawMutex
impl UnwindSafe for FakeRawMutex
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more