pub struct SegmentFile {
pub path: PathBuf,
pub start_lsn: u64,
pub end_lsn: u64,
}Fields§
§path: PathBuf§start_lsn: u64§end_lsn: u64Trait Implementations§
Source§impl Clone for SegmentFile
impl Clone for SegmentFile
Source§fn clone(&self) -> SegmentFile
fn clone(&self) -> SegmentFile
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 SegmentFile
impl Debug for SegmentFile
impl Eq for SegmentFile
Source§impl PartialEq for SegmentFile
impl PartialEq for SegmentFile
impl StructuralPartialEq for SegmentFile
Auto Trait Implementations§
impl Freeze for SegmentFile
impl RefUnwindSafe for SegmentFile
impl Send for SegmentFile
impl Sync for SegmentFile
impl Unpin for SegmentFile
impl UnsafeUnpin for SegmentFile
impl UnwindSafe for SegmentFile
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