Struct rustls::client::tls12::ServerKxDetails
source · struct ServerKxDetails {
kx_params: Vec<u8>,
kx_sig: DigitallySignedStruct,
}
Fields§
§kx_params: Vec<u8>
§kx_sig: DigitallySignedStruct
Implementations§
source§impl ServerKxDetails
impl ServerKxDetails
fn new(params: Vec<u8>, sig: DigitallySignedStruct) -> Self
Auto Trait Implementations§
impl Freeze for ServerKxDetails
impl RefUnwindSafe for ServerKxDetails
impl Send for ServerKxDetails
impl Sync for ServerKxDetails
impl Unpin for ServerKxDetails
impl UnwindSafe for ServerKxDetails
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