Struct netidx_netproto::resolver::ClientHelloWrite
source · pub struct ClientHelloWrite {
pub write_addr: SocketAddr,
pub auth: AuthWrite,
}
Fields§
§write_addr: SocketAddr
§auth: AuthWrite
Trait Implementations§
source§impl Clone for ClientHelloWrite
impl Clone for ClientHelloWrite
source§fn clone(&self) -> ClientHelloWrite
fn clone(&self) -> ClientHelloWrite
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 ClientHelloWrite
impl Debug for ClientHelloWrite
source§impl Pack for ClientHelloWrite
impl Pack for ClientHelloWrite
source§impl PartialEq<ClientHelloWrite> for ClientHelloWrite
impl PartialEq<ClientHelloWrite> for ClientHelloWrite
source§fn eq(&self, other: &ClientHelloWrite) -> bool
fn eq(&self, other: &ClientHelloWrite) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ClientHelloWrite
impl StructuralEq for ClientHelloWrite
impl StructuralPartialEq for ClientHelloWrite
Auto Trait Implementations§
impl RefUnwindSafe for ClientHelloWrite
impl Send for ClientHelloWrite
impl Sync for ClientHelloWrite
impl Unpin for ClientHelloWrite
impl UnwindSafe for ClientHelloWrite
Blanket Implementations§
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.