pub enum ModificationType {
Added,
Removed,
NoChange,
}Variants§
Auto Trait Implementations§
impl Freeze for ModificationType
impl RefUnwindSafe for ModificationType
impl Send for ModificationType
impl Sync for ModificationType
impl Unpin for ModificationType
impl UnwindSafe for ModificationType
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