#[repr(u8)]pub enum TransactionPostConditionMode {
Allow = 1,
Deny = 2,
}Expand description
Post-condition modes for unspecified assets
Variants§
Trait Implementations§
source§impl Clone for TransactionPostConditionMode
impl Clone for TransactionPostConditionMode
source§fn clone(&self) -> TransactionPostConditionMode
fn clone(&self) -> TransactionPostConditionMode
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 TransactionPostConditionMode
impl Debug for TransactionPostConditionMode
source§impl<'de> Deserialize<'de> for TransactionPostConditionMode
impl<'de> Deserialize<'de> for TransactionPostConditionMode
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 TransactionPostConditionMode
impl PartialEq for TransactionPostConditionMode
source§fn eq(&self, other: &TransactionPostConditionMode) -> bool
fn eq(&self, other: &TransactionPostConditionMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TransactionPostConditionMode
impl StructuralPartialEq for TransactionPostConditionMode
Auto Trait Implementations§
impl RefUnwindSafe for TransactionPostConditionMode
impl Send for TransactionPostConditionMode
impl Sync for TransactionPostConditionMode
impl Unpin for TransactionPostConditionMode
impl UnwindSafe for TransactionPostConditionMode
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