pub struct InUse;Expand description
Error produced by RwLock::try_lock_shared and related non-blocking
locking operations.
Trait Implementations§
impl Copy for InUse
impl Eq for InUse
impl StructuralPartialEq for InUse
Auto Trait Implementations§
impl Freeze for InUse
impl RefUnwindSafe for InUse
impl Send for InUse
impl Sync for InUse
impl Unpin for InUse
impl UnwindSafe for InUse
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