Struct rustls::client::Tls12ClientSessionValue
source · pub struct Tls12ClientSessionValue { /* private fields */ }
Trait Implementations§
source§impl Clone for Tls12ClientSessionValue
impl Clone for Tls12ClientSessionValue
source§fn clone(&self) -> Tls12ClientSessionValue
fn clone(&self) -> Tls12ClientSessionValue
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 more