pub struct NodeDiff {
pub node_index: usize,
pub description: String,
}Expand description
Difference in a specific node
Fields§
§node_index: usize§description: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for NodeDiff
impl RefUnwindSafe for NodeDiff
impl Send for NodeDiff
impl Sync for NodeDiff
impl Unpin for NodeDiff
impl UnwindSafe for NodeDiff
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