pub struct ResidentActivationRecordOutcome {
pub evicted_entries: usize,
pub evicted_bytes: u64,
}Fields§
§evicted_entries: usize§evicted_bytes: u64Trait Implementations§
Source§impl Clone for ResidentActivationRecordOutcome
impl Clone for ResidentActivationRecordOutcome
Source§fn clone(&self) -> ResidentActivationRecordOutcome
fn clone(&self) -> ResidentActivationRecordOutcome
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 ResidentActivationRecordOutcome
impl RefUnwindSafe for ResidentActivationRecordOutcome
impl Send for ResidentActivationRecordOutcome
impl Sync for ResidentActivationRecordOutcome
impl Unpin for ResidentActivationRecordOutcome
impl UnsafeUnpin for ResidentActivationRecordOutcome
impl UnwindSafe for ResidentActivationRecordOutcome
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