Enum nostr_sdk::nips::nip21::UnsupportedBech32Type
source · pub enum UnsupportedBech32Type {
SecretKey,
}Expand description
Unsupported Bech32 Type
Variants§
SecretKey
Secret Key
Trait Implementations§
source§impl Debug for UnsupportedBech32Type
impl Debug for UnsupportedBech32Type
source§impl Display for UnsupportedBech32Type
impl Display for UnsupportedBech32Type
source§impl PartialEq for UnsupportedBech32Type
impl PartialEq for UnsupportedBech32Type
source§fn eq(&self, other: &UnsupportedBech32Type) -> bool
fn eq(&self, other: &UnsupportedBech32Type) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UnsupportedBech32Type
impl StructuralPartialEq for UnsupportedBech32Type
Auto Trait Implementations§
impl Freeze for UnsupportedBech32Type
impl RefUnwindSafe for UnsupportedBech32Type
impl Send for UnsupportedBech32Type
impl Sync for UnsupportedBech32Type
impl Unpin for UnsupportedBech32Type
impl UnwindSafe for UnsupportedBech32Type
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.