Struct rustls::msgs::handshake::UnknownExtension
source · pub struct UnknownExtension {
pub typ: ExtensionType,
pub payload: Payload,
}
Fields§
§typ: ExtensionType
§payload: Payload
Implementations§
Trait Implementations§
source§impl Clone for UnknownExtension
impl Clone for UnknownExtension
source§fn clone(&self) -> UnknownExtension
fn clone(&self) -> UnknownExtension
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 moreAuto Trait Implementations§
impl Freeze for UnknownExtension
impl RefUnwindSafe for UnknownExtension
impl Send for UnknownExtension
impl Sync for UnknownExtension
impl Unpin for UnknownExtension
impl UnwindSafe for UnknownExtension
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