pub struct Cold { /* private fields */ }Expand description
“Cold” storage for metadata that changes infrequently.
Auto Trait Implementations§
impl Freeze for Cold
impl RefUnwindSafe for Cold
impl Send for Cold
impl Sync for Cold
impl Unpin for Cold
impl UnwindSafe for Cold
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