pub struct CsMeta {
pub stale_at: u64,
}Expand description
Metadata provided to the CS on insert.
Fields§
§stale_at: u64When this entry becomes stale (ns since Unix epoch).
Auto Trait Implementations§
impl Freeze for CsMeta
impl RefUnwindSafe for CsMeta
impl Send for CsMeta
impl Sync for CsMeta
impl Unpin for CsMeta
impl UnwindSafe for CsMeta
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