Enum ckb_signer::ScryptType
source · Variants§
Trait Implementations§
source§impl Clone for ScryptType
impl Clone for ScryptType
source§fn clone(&self) -> ScryptType
fn clone(&self) -> ScryptType
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 ScryptType
impl Debug for ScryptType
source§impl Default for ScryptType
impl Default for ScryptType
source§fn default() -> ScryptType
fn default() -> ScryptType
Returns the “default value” for a type. Read more
source§impl PartialEq<ScryptType> for ScryptType
impl PartialEq<ScryptType> for ScryptType
source§fn eq(&self, other: &ScryptType) -> bool
fn eq(&self, other: &ScryptType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ScryptType
impl Eq for ScryptType
impl StructuralEq for ScryptType
impl StructuralPartialEq for ScryptType
Auto Trait Implementations§
impl RefUnwindSafe for ScryptType
impl Send for ScryptType
impl Sync for ScryptType
impl Unpin for ScryptType
impl UnwindSafe for ScryptType
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.