Struct pancake_engine_ssi::lsm::lsm_state::ListVer
source · pub struct ListVer(u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
source§impl Ord for ListVer
impl Ord for ListVer
source§impl PartialEq for ListVer
impl PartialEq for ListVer
source§impl PartialOrd for ListVer
impl PartialOrd for ListVer
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 Copy for ListVer
impl Eq for ListVer
impl StructuralEq for ListVer
impl StructuralPartialEq for ListVer
Auto Trait Implementations§
impl RefUnwindSafe for ListVer
impl Send for ListVer
impl Sync for ListVer
impl Unpin for ListVer
impl UnwindSafe for ListVer
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