pub enum InteractionDecisionValue {
Approve,
Reject,
}Variants§
Trait Implementations§
Source§impl Clone for InteractionDecisionValue
impl Clone for InteractionDecisionValue
Source§fn clone(&self) -> InteractionDecisionValue
fn clone(&self) -> InteractionDecisionValue
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 moreimpl Copy for InteractionDecisionValue
Source§impl Debug for InteractionDecisionValue
impl Debug for InteractionDecisionValue
Source§impl<'de> Deserialize<'de> for InteractionDecisionValue
impl<'de> Deserialize<'de> for InteractionDecisionValue
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
impl Eq for InteractionDecisionValue
Source§impl PartialEq for InteractionDecisionValue
impl PartialEq for InteractionDecisionValue
Source§impl Serialize for InteractionDecisionValue
impl Serialize for InteractionDecisionValue
impl StructuralPartialEq for InteractionDecisionValue
Auto Trait Implementations§
impl Freeze for InteractionDecisionValue
impl RefUnwindSafe for InteractionDecisionValue
impl Send for InteractionDecisionValue
impl Sync for InteractionDecisionValue
impl Unpin for InteractionDecisionValue
impl UnsafeUnpin for InteractionDecisionValue
impl UnwindSafe for InteractionDecisionValue
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