Struct ref_stable_lru::ValuePerm
source · pub struct ValuePerm<'brand> { /* private fields */ }Auto Trait Implementations§
impl<'brand> RefUnwindSafe for ValuePerm<'brand>
impl<'brand> Send for ValuePerm<'brand>
impl<'brand> Sync for ValuePerm<'brand>
impl<'brand> Unpin for ValuePerm<'brand>
impl<'brand> UnwindSafe for ValuePerm<'brand>
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