pub struct ApplicationFraming {
pub media_type: MediaType,
pub application_content: Vec<u8>,
}
Available on crate feature
draft-ietf-mls-extensions
only.Fields§
§media_type: MediaType
§application_content: Vec<u8>
Trait Implementations§
Source§impl Clone for ApplicationFraming
impl Clone for ApplicationFraming
Source§fn clone(&self) -> ApplicationFraming
fn clone(&self) -> ApplicationFraming
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 ApplicationFraming
impl Debug for ApplicationFraming
Source§impl<'de> Deserialize<'de> for ApplicationFraming
impl<'de> Deserialize<'de> for ApplicationFraming
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 ApplicationFraming
impl Deserialize for ApplicationFraming
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 ApplicationFraming
impl PartialEq for ApplicationFraming
Source§impl Serialize for &ApplicationFraming
impl Serialize for &ApplicationFraming
Source§impl Serialize for ApplicationFraming
impl Serialize for ApplicationFraming
Source§impl Serialize for ApplicationFraming
impl Serialize for ApplicationFraming
Source§impl Size for &ApplicationFraming
impl Size for &ApplicationFraming
fn tls_serialized_len(&self) -> usize
Source§impl Size for ApplicationFraming
impl Size for ApplicationFraming
fn tls_serialized_len(&self) -> usize
impl Eq for ApplicationFraming
impl StructuralPartialEq for ApplicationFraming
Auto Trait Implementations§
impl Freeze for ApplicationFraming
impl RefUnwindSafe for ApplicationFraming
impl Send for ApplicationFraming
impl Sync for ApplicationFraming
impl Unpin for ApplicationFraming
impl UnwindSafe for ApplicationFraming
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