pub enum OutputChange {
None,
Add(String),
Remove(String),
}Variants§
Trait Implementations§
Source§impl Debug for OutputChange
impl Debug for OutputChange
Source§impl Default for OutputChange
impl Default for OutputChange
Source§fn default() -> OutputChange
fn default() -> OutputChange
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OutputChange
impl RefUnwindSafe for OutputChange
impl Send for OutputChange
impl Sync for OutputChange
impl Unpin for OutputChange
impl UnwindSafe for OutputChange
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