pub enum DiffNode {
File(Leaf, Delta),
Dir(DiffDir),
}Expand description
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiffNode
impl RefUnwindSafe for DiffNode
impl Send for DiffNode
impl Sync for DiffNode
impl Unpin for DiffNode
impl UnwindSafe for DiffNode
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