pub struct StreamReadColdSegment {
pub chunk: ColdChunkRef,
pub read_start_offset: u64,
pub len: usize,
}Fields§
§chunk: ColdChunkRef§read_start_offset: u64§len: usizeTrait Implementations§
Source§impl Clone for StreamReadColdSegment
impl Clone for StreamReadColdSegment
Source§fn clone(&self) -> StreamReadColdSegment
fn clone(&self) -> StreamReadColdSegment
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 StreamReadColdSegment
impl Debug for StreamReadColdSegment
Source§impl PartialEq for StreamReadColdSegment
impl PartialEq for StreamReadColdSegment
Source§fn eq(&self, other: &StreamReadColdSegment) -> bool
fn eq(&self, other: &StreamReadColdSegment) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for StreamReadColdSegment
impl StructuralPartialEq for StreamReadColdSegment
Auto Trait Implementations§
impl Freeze for StreamReadColdSegment
impl RefUnwindSafe for StreamReadColdSegment
impl Send for StreamReadColdSegment
impl Sync for StreamReadColdSegment
impl Unpin for StreamReadColdSegment
impl UnsafeUnpin for StreamReadColdSegment
impl UnwindSafe for StreamReadColdSegment
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