pub struct ReplayTimedKvEvent {
pub event: KvCacheEvent,
pub storage_tier: StorageTier,
pub timestamp_us: u64,
}Fields§
§event: KvCacheEvent§storage_tier: StorageTier§timestamp_us: u64Trait Implementations§
Source§impl Clone for ReplayTimedKvEvent
impl Clone for ReplayTimedKvEvent
Source§fn clone(&self) -> ReplayTimedKvEvent
fn clone(&self) -> ReplayTimedKvEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ReplayTimedKvEvent
impl RefUnwindSafe for ReplayTimedKvEvent
impl Send for ReplayTimedKvEvent
impl Sync for ReplayTimedKvEvent
impl Unpin for ReplayTimedKvEvent
impl UnsafeUnpin for ReplayTimedKvEvent
impl UnwindSafe for ReplayTimedKvEvent
Blanket Implementations§
impl<T> BlockMetadata for T
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