pub struct LeafInfo {
pub pos: u64,
pub hash: String,
pub deleted: bool,
pub status: RevStatus,
}Expand description
Information about a leaf node in the tree.
Fields§
§pos: u64§hash: String§deleted: bool§status: RevStatusImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LeafInfo
impl RefUnwindSafe for LeafInfo
impl Send for LeafInfo
impl Sync for LeafInfo
impl Unpin for LeafInfo
impl UnwindSafe for LeafInfo
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