pub struct ApplicationParameters<'a> {
pub transport_parameters: &'a [u8],
}
Expand description
Holds all application parameters which are exchanged within the TLS handshake.
Fields§
§transport_parameters: &'a [u8]
Encoded transport parameters
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ApplicationParameters<'a>
impl<'a> RefUnwindSafe for ApplicationParameters<'a>
impl<'a> Send for ApplicationParameters<'a>
impl<'a> Sync for ApplicationParameters<'a>
impl<'a> Unpin for ApplicationParameters<'a>
impl<'a> UnwindSafe for ApplicationParameters<'a>
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