pub struct ExactStateRecordOutcome {
pub stored: bool,
pub page_id: String,
pub token_count: u64,
pub logical_bytes: u64,
pub physical_bytes: u64,
pub entries: usize,
pub evicted_entries: usize,
pub evicted_logical_bytes: u64,
pub dedupe: CacheDedupeStats,
}Fields§
§stored: bool§page_id: String§token_count: u64§logical_bytes: u64§physical_bytes: u64§entries: usize§evicted_entries: usize§evicted_logical_bytes: u64§dedupe: CacheDedupeStatsTrait Implementations§
Source§impl Clone for ExactStateRecordOutcome
impl Clone for ExactStateRecordOutcome
Source§fn clone(&self) -> ExactStateRecordOutcome
fn clone(&self) -> ExactStateRecordOutcome
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 ExactStateRecordOutcome
impl RefUnwindSafe for ExactStateRecordOutcome
impl Send for ExactStateRecordOutcome
impl Sync for ExactStateRecordOutcome
impl Unpin for ExactStateRecordOutcome
impl UnsafeUnpin for ExactStateRecordOutcome
impl UnwindSafe for ExactStateRecordOutcome
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