struct ColdEntry {
entity_id: u64,
space_id: u32,
timestamp: i64,
codes: Vec<u8>,
}Expand description
A single entry in cold storage.
Fields§
§entity_id: u64§space_id: u32§timestamp: i64§codes: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColdEntry
impl RefUnwindSafe for ColdEntry
impl Send for ColdEntry
impl Sync for ColdEntry
impl Unpin for ColdEntry
impl UnwindSafe for ColdEntry
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