pub struct RootRecord { /* private fields */ }Expand description
Root record - top level, not evictable.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RootRecord
impl !RefUnwindSafe for RootRecord
impl !Send for RootRecord
impl !Sync for RootRecord
impl Unpin for RootRecord
impl !UnwindSafe for RootRecord
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