pub enum InputDiffAction {
Added,
Removed,
Updated(Option<String>),
}
Variants§
Trait Implementations§
Source§impl Clone for InputDiffAction
impl Clone for InputDiffAction
Source§fn clone(&self) -> InputDiffAction
fn clone(&self) -> InputDiffAction
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InputDiffAction
impl Debug for InputDiffAction
Source§impl Display for InputDiffAction
impl Display for InputDiffAction
Source§impl PartialEq for InputDiffAction
impl PartialEq for InputDiffAction
Source§impl Serialize for InputDiffAction
impl Serialize for InputDiffAction
impl StructuralPartialEq for InputDiffAction
Auto Trait Implementations§
impl Freeze for InputDiffAction
impl RefUnwindSafe for InputDiffAction
impl Send for InputDiffAction
impl Sync for InputDiffAction
impl Unpin for InputDiffAction
impl UnwindSafe for InputDiffAction
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