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