Enum ckb_signer::KeyChain
source · #[repr(u8)]
pub enum KeyChain {
External,
Change,
}Variants§
Trait Implementations§
source§impl PartialEq<KeyChain> for KeyChain
impl PartialEq<KeyChain> for KeyChain
impl Copy for KeyChain
impl Eq for KeyChain
impl StructuralEq for KeyChain
impl StructuralPartialEq for KeyChain
Auto Trait Implementations§
impl RefUnwindSafe for KeyChain
impl Send for KeyChain
impl Sync for KeyChain
impl Unpin for KeyChain
impl UnwindSafe for KeyChain
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.