Struct nostr_sdk::nips::nip53::LiveEventHost
source · pub struct LiveEventHost {
pub public_key: XOnlyPublicKey,
pub relay_url: Option<UncheckedUrl>,
pub proof: Option<Signature>,
}
Expand description
Live Event Host
Fields§
§public_key: XOnlyPublicKey
Host public key
relay_url: Option<UncheckedUrl>
Host relay URL
proof: Option<Signature>
Host proof
Auto Trait Implementations§
impl RefUnwindSafe for LiveEventHost
impl Send for LiveEventHost
impl Sync for LiveEventHost
impl Unpin for LiveEventHost
impl UnwindSafe for LiveEventHost
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