pub enum Purpose {
Spend,
Mint,
Cert,
Reward,
}Expand description
Validation purpose
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Purpose
impl<'de> Deserialize<'de> for Purpose
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 Ord for Purpose
impl Ord for Purpose
source§impl PartialEq for Purpose
impl PartialEq for Purpose
source§impl PartialOrd for Purpose
impl PartialOrd for Purpose
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Purpose
impl Eq for Purpose
impl StructuralEq for Purpose
impl StructuralPartialEq for Purpose
Auto Trait Implementations§
impl RefUnwindSafe for Purpose
impl Send for Purpose
impl Sync for Purpose
impl Unpin for Purpose
impl UnwindSafe for Purpose
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