pub struct ResidentPrefixEviction {
pub page_id: String,
pub seq_id: i32,
pub token_count: u64,
}Fields§
§page_id: String§seq_id: i32§token_count: u64Trait Implementations§
Source§impl Clone for ResidentPrefixEviction
impl Clone for ResidentPrefixEviction
Source§fn clone(&self) -> ResidentPrefixEviction
fn clone(&self) -> ResidentPrefixEviction
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 ResidentPrefixEviction
impl RefUnwindSafe for ResidentPrefixEviction
impl Send for ResidentPrefixEviction
impl Sync for ResidentPrefixEviction
impl Unpin for ResidentPrefixEviction
impl UnsafeUnpin for ResidentPrefixEviction
impl UnwindSafe for ResidentPrefixEviction
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