Struct nostr_sdk::nips::nip19::Nip19Event
source · pub struct Nip19Event {
pub event_id: EventId,
pub relays: Vec<String, Global>,
}Fields§
§event_id: EventId§relays: Vec<String, Global>Implementations§
Trait Implementations§
source§impl Clone for Nip19Event
impl Clone for Nip19Event
source§fn clone(&self) -> Nip19Event
fn clone(&self) -> Nip19Event
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 Nip19Event
impl Debug for Nip19Event
source§impl<'de> Deserialize<'de> for Nip19Event
impl<'de> Deserialize<'de> for Nip19Event
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<Nip19Event, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<Nip19Event, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl FromBech32 for Nip19Event
impl FromBech32 for Nip19Event
type Err = Error
fn from_bech32<S>(s: S) -> Result<Nip19Event, <Nip19Event as FromBech32>::Err>where S: Into<String>,
source§impl Hash for Nip19Event
impl Hash for Nip19Event
source§impl Ord for Nip19Event
impl Ord for Nip19Event
source§fn cmp(&self, other: &Nip19Event) -> Ordering
fn cmp(&self, other: &Nip19Event) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<Nip19Event> for Nip19Event
impl PartialEq<Nip19Event> for Nip19Event
source§fn eq(&self, other: &Nip19Event) -> bool
fn eq(&self, other: &Nip19Event) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<Nip19Event> for Nip19Event
impl PartialOrd<Nip19Event> for Nip19Event
source§fn partial_cmp(&self, other: &Nip19Event) -> Option<Ordering>
fn partial_cmp(&self, other: &Nip19Event) -> Option<Ordering>
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 moresource§impl Serialize for Nip19Event
impl Serialize for Nip19Event
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
source§impl ToBech32 for Nip19Event
impl ToBech32 for Nip19Event
impl Eq for Nip19Event
impl StructuralEq for Nip19Event
impl StructuralPartialEq for Nip19Event
Auto Trait Implementations§
impl RefUnwindSafe for Nip19Event
impl Send for Nip19Event
impl Sync for Nip19Event
impl Unpin for Nip19Event
impl UnwindSafe for Nip19Event
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 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.