pub enum DataRun {
Data {
lcn: u64,
length: u64,
},
Sparse {
length: u64,
},
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataRun
impl RefUnwindSafe for DataRun
impl Send for DataRun
impl Sync for DataRun
impl Unpin for DataRun
impl UnwindSafe for DataRun
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