pub struct WireFormats {
pub wire_formats: Vec<WireFormat>,
}
Available on crate feature
draft-ietf-mls-extensions
only.Fields§
§wire_formats: Vec<WireFormat>
Trait Implementations§
Source§impl Clone for WireFormats
impl Clone for WireFormats
Source§fn clone(&self) -> WireFormats
fn clone(&self) -> WireFormats
Returns a duplicate 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 moreSource§impl Debug for WireFormats
impl Debug for WireFormats
Source§impl<'de> Deserialize<'de> for WireFormats
impl<'de> Deserialize<'de> for WireFormats
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Deserialize for WireFormats
impl Deserialize for WireFormats
Source§fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Self, Error>
fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Self, Error>
This function deserializes the
bytes
from the provided a std::io::Read
and returns the populated struct. Read moreSource§impl PartialEq for WireFormats
impl PartialEq for WireFormats
Source§impl Serialize for &WireFormats
impl Serialize for &WireFormats
Source§impl Serialize for WireFormats
impl Serialize for WireFormats
Source§impl Serialize for WireFormats
impl Serialize for WireFormats
Source§impl Size for &WireFormats
impl Size for &WireFormats
fn tls_serialized_len(&self) -> usize
Source§impl Size for WireFormats
impl Size for WireFormats
fn tls_serialized_len(&self) -> usize
impl Eq for WireFormats
impl StructuralPartialEq for WireFormats
Auto Trait Implementations§
impl Freeze for WireFormats
impl RefUnwindSafe for WireFormats
impl Send for WireFormats
impl Sync for WireFormats
impl Unpin for WireFormats
impl UnwindSafe for WireFormats
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