pub struct SemiPrivateMessageContent {
pub inner: ContentTypeInner,
pub auth: FramedContentAuthData,
pub padding_len: usize,
}
Available on crate feature
draft-mahy-mls-semiprivatemessage
only.Fields§
§inner: ContentTypeInner
§auth: FramedContentAuthData
§padding_len: usize
Implementations§
Source§impl SemiPrivateMessageContent
impl SemiPrivateMessageContent
pub fn tls_deserialize_with_content_type<R: Read>( bytes: &mut R, content_type: ContentType, ) -> Result<Self, Error>
Trait Implementations§
Source§impl Clone for SemiPrivateMessageContent
impl Clone for SemiPrivateMessageContent
Source§fn clone(&self) -> SemiPrivateMessageContent
fn clone(&self) -> SemiPrivateMessageContent
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 moreSource§impl Debug for SemiPrivateMessageContent
impl Debug for SemiPrivateMessageContent
Source§impl<'de> Deserialize<'de> for SemiPrivateMessageContent
impl<'de> Deserialize<'de> for SemiPrivateMessageContent
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 Size for SemiPrivateMessageContent
impl Size for SemiPrivateMessageContent
fn tls_serialized_len(&self) -> usize
impl Eq for SemiPrivateMessageContent
impl StructuralPartialEq for SemiPrivateMessageContent
Auto Trait Implementations§
impl Freeze for SemiPrivateMessageContent
impl RefUnwindSafe for SemiPrivateMessageContent
impl Send for SemiPrivateMessageContent
impl Sync for SemiPrivateMessageContent
impl Unpin for SemiPrivateMessageContent
impl UnwindSafe for SemiPrivateMessageContent
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