Enum ckb_sdk::unlock::ChequeAction
source · pub enum ChequeAction {
Claim,
Withdraw,
}Variants§
Trait Implementations§
source§impl Clone for ChequeAction
impl Clone for ChequeAction
source§fn clone(&self) -> ChequeAction
fn clone(&self) -> ChequeAction
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 ChequeAction
impl Debug for ChequeAction
source§impl PartialEq<ChequeAction> for ChequeAction
impl PartialEq<ChequeAction> for ChequeAction
source§fn eq(&self, other: &ChequeAction) -> bool
fn eq(&self, other: &ChequeAction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ChequeAction
impl Eq for ChequeAction
impl StructuralEq for ChequeAction
impl StructuralPartialEq for ChequeAction
Auto Trait Implementations§
impl RefUnwindSafe for ChequeAction
impl Send for ChequeAction
impl Sync for ChequeAction
impl Unpin for ChequeAction
impl UnwindSafe for ChequeAction
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.