Struct rustls::client::Tls13ClientSessionValue
source · pub struct Tls13ClientSessionValue { /* private fields */ }
Implementations§
source§impl Tls13ClientSessionValue
impl Tls13ClientSessionValue
pub fn max_early_data_size(&self) -> u32
pub fn suite(&self) -> &'static Tls13CipherSuite
pub fn set_quic_params(&mut self, quic_params: &[u8])
pub fn quic_params(&self) -> Vec<u8>
Trait Implementations§
source§impl Debug for Tls13ClientSessionValue
impl Debug for Tls13ClientSessionValue
Auto Trait Implementations§
impl Freeze for Tls13ClientSessionValue
impl !RefUnwindSafe for Tls13ClientSessionValue
impl Send for Tls13ClientSessionValue
impl Sync for Tls13ClientSessionValue
impl Unpin for Tls13ClientSessionValue
impl !UnwindSafe for Tls13ClientSessionValue
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