pub struct FairShareExclusiveAccess<'a, T> { /* private fields */ }
Expand description
Excluseive access to the underlying storage until released or dropped.
Implementations
Trait Implementations
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more