Struct pancake_engine_ssi::lsm::lsm_dir::CIUD
source · struct CIUD {
commit_info: CommitInfo,
unit_dir: UnitDir,
}Fields§
§commit_info: CommitInfo§unit_dir: UnitDirTrait Implementations§
source§impl Ord for CIUD
impl Ord for CIUD
source§impl PartialEq for CIUD
impl PartialEq for CIUD
source§impl PartialOrd for CIUD
impl PartialOrd for CIUD
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for CIUD
impl StructuralEq for CIUD
impl StructuralPartialEq for CIUD
Auto Trait Implementations§
impl RefUnwindSafe for CIUD
impl Send for CIUD
impl Sync for CIUD
impl Unpin for CIUD
impl UnwindSafe for CIUD
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