pub struct GroupContextExtensionsProposal {
pub extensions: Vec<Extension>,
}
Fields§
§extensions: Vec<Extension>
Trait Implementations§
Source§impl Clone for GroupContextExtensionsProposal
impl Clone for GroupContextExtensionsProposal
Source§fn clone(&self) -> GroupContextExtensionsProposal
fn clone(&self) -> GroupContextExtensionsProposal
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<'de> Deserialize<'de> for GroupContextExtensionsProposal
impl<'de> Deserialize<'de> for GroupContextExtensionsProposal
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 GroupContextExtensionsProposal
impl Deserialize for GroupContextExtensionsProposal
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 GroupContextExtensionsProposal
impl PartialEq for GroupContextExtensionsProposal
Source§fn eq(&self, other: &GroupContextExtensionsProposal) -> bool
fn eq(&self, other: &GroupContextExtensionsProposal) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl Size for &GroupContextExtensionsProposal
impl Size for &GroupContextExtensionsProposal
fn tls_serialized_len(&self) -> usize
Source§impl Size for GroupContextExtensionsProposal
impl Size for GroupContextExtensionsProposal
fn tls_serialized_len(&self) -> usize
impl Eq for GroupContextExtensionsProposal
impl StructuralPartialEq for GroupContextExtensionsProposal
Auto Trait Implementations§
impl Freeze for GroupContextExtensionsProposal
impl RefUnwindSafe for GroupContextExtensionsProposal
impl Send for GroupContextExtensionsProposal
impl Sync for GroupContextExtensionsProposal
impl Unpin for GroupContextExtensionsProposal
impl UnwindSafe for GroupContextExtensionsProposal
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