pub enum ActionIndicator {
Add,
Modify,
Delete,
}Expand description
Card range update action in a PRes payload.
Variants§
Trait Implementations§
Source§impl Clone for ActionIndicator
impl Clone for ActionIndicator
Source§fn clone(&self) -> ActionIndicator
fn clone(&self) -> ActionIndicator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ActionIndicator
impl Debug for ActionIndicator
Source§impl<'de> Deserialize<'de> for ActionIndicator
impl<'de> Deserialize<'de> for ActionIndicator
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ActionIndicator
impl Hash for ActionIndicator
Source§impl PartialEq for ActionIndicator
impl PartialEq for ActionIndicator
Source§fn eq(&self, other: &ActionIndicator) -> bool
fn eq(&self, other: &ActionIndicator) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ActionIndicator
impl Serialize for ActionIndicator
impl Copy for ActionIndicator
impl Eq for ActionIndicator
impl StructuralPartialEq for ActionIndicator
Auto Trait Implementations§
impl Freeze for ActionIndicator
impl RefUnwindSafe for ActionIndicator
impl Send for ActionIndicator
impl Sync for ActionIndicator
impl Unpin for ActionIndicator
impl UnsafeUnpin for ActionIndicator
impl UnwindSafe for ActionIndicator
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