pub struct ColdIndexPage {
pub start_offset: u64,
pub end_offset: u64,
pub cold_chunks: Vec<ColdChunkRef>,
pub external_segments: Vec<ObjectPayloadRef>,
}Fields§
§start_offset: u64§end_offset: u64§cold_chunks: Vec<ColdChunkRef>§external_segments: Vec<ObjectPayloadRef>Implementations§
Trait Implementations§
Source§impl Clone for ColdIndexPage
impl Clone for ColdIndexPage
Source§fn clone(&self) -> ColdIndexPage
fn clone(&self) -> ColdIndexPage
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 ColdIndexPage
impl Debug for ColdIndexPage
impl Eq for ColdIndexPage
Source§impl PartialEq for ColdIndexPage
impl PartialEq for ColdIndexPage
impl StructuralPartialEq for ColdIndexPage
Auto Trait Implementations§
impl Freeze for ColdIndexPage
impl RefUnwindSafe for ColdIndexPage
impl Send for ColdIndexPage
impl Sync for ColdIndexPage
impl Unpin for ColdIndexPage
impl UnsafeUnpin for ColdIndexPage
impl UnwindSafe for ColdIndexPage
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