pub enum TreeEncodingKind {
Lean,
Delta {
anchor: ContentHash,
depth: u8,
op_count: usize,
},
}Variants§
Trait Implementations§
Source§impl Clone for TreeEncodingKind
impl Clone for TreeEncodingKind
Source§fn clone(&self) -> TreeEncodingKind
fn clone(&self) -> TreeEncodingKind
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 moreimpl Copy for TreeEncodingKind
Source§impl Debug for TreeEncodingKind
impl Debug for TreeEncodingKind
impl Eq for TreeEncodingKind
Source§impl PartialEq for TreeEncodingKind
impl PartialEq for TreeEncodingKind
impl StructuralPartialEq for TreeEncodingKind
Auto Trait Implementations§
impl Freeze for TreeEncodingKind
impl RefUnwindSafe for TreeEncodingKind
impl Send for TreeEncodingKind
impl Sync for TreeEncodingKind
impl Unpin for TreeEncodingKind
impl UnsafeUnpin for TreeEncodingKind
impl UnwindSafe for TreeEncodingKind
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