#[repr(u8)]pub enum FramedContentTBSSenderType<'a> {
Member(FramedContentTBSSenderTypeContext<'a>),
External,
NewMemberCommit(FramedContentTBSSenderTypeContext<'a>),
NewMemberProposal,
}
Variants§
Member(FramedContentTBSSenderTypeContext<'a>)
External
NewMemberCommit(FramedContentTBSSenderTypeContext<'a>)
NewMemberProposal
Implementations§
Source§impl<'a> FramedContentTBSSenderType<'a>
impl<'a> FramedContentTBSSenderType<'a>
pub fn from_sender_type_with_ctx( sender_type: SenderType, ctx: Option<&'a GroupContext>, ) -> MlsSpecResult<Self>
Trait Implementations§
Source§impl<'a> Clone for FramedContentTBSSenderType<'a>
impl<'a> Clone for FramedContentTBSSenderType<'a>
Source§fn clone(&self) -> FramedContentTBSSenderType<'a>
fn clone(&self) -> FramedContentTBSSenderType<'a>
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<'a> Debug for FramedContentTBSSenderType<'a>
impl<'a> Debug for FramedContentTBSSenderType<'a>
Source§impl<'a> PartialEq for FramedContentTBSSenderType<'a>
impl<'a> PartialEq for FramedContentTBSSenderType<'a>
Source§fn eq(&self, other: &FramedContentTBSSenderType<'a>) -> bool
fn eq(&self, other: &FramedContentTBSSenderType<'a>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<'a> Serialize for &FramedContentTBSSenderType<'a>
impl<'a> Serialize for &FramedContentTBSSenderType<'a>
Source§impl<'a> Serialize for FramedContentTBSSenderType<'a>
impl<'a> Serialize for FramedContentTBSSenderType<'a>
Source§impl<'a> Serialize for FramedContentTBSSenderType<'a>
impl<'a> Serialize for FramedContentTBSSenderType<'a>
Source§impl<'a> Size for &FramedContentTBSSenderType<'a>
impl<'a> Size for &FramedContentTBSSenderType<'a>
fn tls_serialized_len(&self) -> usize
Source§impl<'a> Size for FramedContentTBSSenderType<'a>
impl<'a> Size for FramedContentTBSSenderType<'a>
fn tls_serialized_len(&self) -> usize
impl<'a> Copy for FramedContentTBSSenderType<'a>
impl<'a> Eq for FramedContentTBSSenderType<'a>
impl<'a> StructuralPartialEq for FramedContentTBSSenderType<'a>
Auto Trait Implementations§
impl<'a> Freeze for FramedContentTBSSenderType<'a>
impl<'a> RefUnwindSafe for FramedContentTBSSenderType<'a>
impl<'a> Send for FramedContentTBSSenderType<'a>
impl<'a> Sync for FramedContentTBSSenderType<'a>
impl<'a> Unpin for FramedContentTBSSenderType<'a>
impl<'a> UnwindSafe for FramedContentTBSSenderType<'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