pub struct DiffDelta<'a> { /* private fields */ }
Expand description
Description of changes to one entry.
Implementations§
source§impl<'a> DiffDelta<'a>
impl<'a> DiffDelta<'a>
sourcepub fn flags(&self) -> DiffFlags
pub fn flags(&self) -> DiffFlags
Returns the flags on the delta.
For more information, see DiffFlags
’s documentation.
sourcepub fn status(&self) -> Delta
pub fn status(&self) -> Delta
Returns the status of this entry
For more information, see Delta
’s documentation
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DiffDelta<'a>
impl<'a> !Send for DiffDelta<'a>
impl<'a> !Sync for DiffDelta<'a>
impl<'a> Unpin for DiffDelta<'a>
impl<'a> UnwindSafe for DiffDelta<'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