pub struct NoopLock;Expand description
Passthrough implementation – used by the wasm (Node/WASI) feature and in
single‑thread CLI tests.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopLock
impl RefUnwindSafe for NoopLock
impl Send for NoopLock
impl Sync for NoopLock
impl Unpin for NoopLock
impl UnwindSafe for NoopLock
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