pub struct ColdIndexPageKey {
pub stream_id: BucketStreamId,
pub generation: u64,
pub page_id: u64,
}Fields§
§stream_id: BucketStreamId§generation: u64§page_id: u64Implementations§
Trait Implementations§
Source§impl Clone for ColdIndexPageKey
impl Clone for ColdIndexPageKey
Source§fn clone(&self) -> ColdIndexPageKey
fn clone(&self) -> ColdIndexPageKey
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 moreSource§impl Debug for ColdIndexPageKey
impl Debug for ColdIndexPageKey
impl Eq for ColdIndexPageKey
Source§impl Hash for ColdIndexPageKey
impl Hash for ColdIndexPageKey
Source§impl PartialEq for ColdIndexPageKey
impl PartialEq for ColdIndexPageKey
impl StructuralPartialEq for ColdIndexPageKey
Auto Trait Implementations§
impl Freeze for ColdIndexPageKey
impl RefUnwindSafe for ColdIndexPageKey
impl Send for ColdIndexPageKey
impl Sync for ColdIndexPageKey
impl Unpin for ColdIndexPageKey
impl UnsafeUnpin for ColdIndexPageKey
impl UnwindSafe for ColdIndexPageKey
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