pub struct TreeDeltaBase<'a> {
pub anchor_id: ContentHash,
pub anchor: &'a Tree,
pub parent_depth: u8,
}Expand description
Materialized anchor information inherited from the immediate parent.
Fields§
§anchor_id: ContentHash§anchor: &'a Tree§parent_depth: u8Delta descendants between anchor and the immediate parent.
Auto Trait Implementations§
impl<'a> Freeze for TreeDeltaBase<'a>
impl<'a> RefUnwindSafe for TreeDeltaBase<'a>
impl<'a> Send for TreeDeltaBase<'a>
impl<'a> Sync for TreeDeltaBase<'a>
impl<'a> Unpin for TreeDeltaBase<'a>
impl<'a> UnsafeUnpin for TreeDeltaBase<'a>
impl<'a> UnwindSafe for TreeDeltaBase<'a>
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