pub struct WritePermit(/* private fields */);
Expand description
WritePermit: requires who get it need to populate the cache and then release it
Trait Implementations§
Source§impl Debug for WritePermit
impl Debug for WritePermit
Auto Trait Implementations§
impl Freeze for WritePermit
impl RefUnwindSafe for WritePermit
impl Send for WritePermit
impl Sync for WritePermit
impl Unpin for WritePermit
impl UnwindSafe for WritePermit
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