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