Enum clarity_repl::codec::FungibleConditionCode
source · #[repr(u8)]pub enum FungibleConditionCode {
SentEq = 1,
SentGt = 2,
SentGe = 3,
SentLt = 4,
SentLe = 5,
}Variants§
Implementations§
Trait Implementations§
source§impl Clone for FungibleConditionCode
impl Clone for FungibleConditionCode
source§fn clone(&self) -> FungibleConditionCode
fn clone(&self) -> FungibleConditionCode
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 FungibleConditionCode
impl Debug for FungibleConditionCode
source§impl<'de> Deserialize<'de> for FungibleConditionCode
impl<'de> Deserialize<'de> for FungibleConditionCode
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 PartialEq for FungibleConditionCode
impl PartialEq for FungibleConditionCode
source§fn eq(&self, other: &FungibleConditionCode) -> bool
fn eq(&self, other: &FungibleConditionCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FungibleConditionCode
impl Serialize for FungibleConditionCode
impl Copy for FungibleConditionCode
impl StructuralPartialEq for FungibleConditionCode
Auto Trait Implementations§
impl RefUnwindSafe for FungibleConditionCode
impl Send for FungibleConditionCode
impl Sync for FungibleConditionCode
impl Unpin for FungibleConditionCode
impl UnwindSafe for FungibleConditionCode
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