Enum plugx_input::diff::InputDiffAction
source · 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§fn eq(&self, other: &InputDiffAction) -> bool
fn eq(&self, other: &InputDiffAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for InputDiffAction
impl Serialize for InputDiffAction
impl StructuralPartialEq for InputDiffAction
Auto Trait Implementations§
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