Struct nostr_sdk::relay::RelayOptions
source · pub struct RelayOptions { /* private fields */ }
Expand description
Relay
options
Implementations§
source§impl RelayOptions
impl RelayOptions
Trait Implementations§
source§impl Clone for RelayOptions
impl Clone for RelayOptions
source§fn clone(&self) -> RelayOptions
fn clone(&self) -> RelayOptions
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 RelayOptions
impl Debug for RelayOptions
Auto Trait Implementations§
impl RefUnwindSafe for RelayOptions
impl Send for RelayOptions
impl Sync for RelayOptions
impl Unpin for RelayOptions
impl UnwindSafe for RelayOptions
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