Struct electrum_client::Socks5Config
source · [−]Expand description
Configuration for Socks5
Fields
addr: StringThe address of the socks5 service
credentials: Option<Socks5Credential>Optional credential for the service
Implementations
sourceimpl Socks5Config
impl Socks5Config
Trait Implementations
sourceimpl Clone for Socks5Config
impl Clone for Socks5Config
sourcefn clone(&self) -> Socks5Config
fn clone(&self) -> Socks5Config
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl RefUnwindSafe for Socks5Config
impl Send for Socks5Config
impl Sync for Socks5Config
impl Unpin for Socks5Config
impl UnwindSafe for Socks5Config
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more