pub struct SplitUpdatePath {
pub nodes: Vec<UpdatePathNode>,
}
Available on crate feature
draft-mularczyk-mls-splitcommit
only.Fields§
§nodes: Vec<UpdatePathNode>
Trait Implementations§
Source§impl Clone for SplitUpdatePath
impl Clone for SplitUpdatePath
Source§fn clone(&self) -> SplitUpdatePath
fn clone(&self) -> SplitUpdatePath
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 SplitUpdatePath
impl Debug for SplitUpdatePath
Source§impl Default for SplitUpdatePath
impl Default for SplitUpdatePath
Source§fn default() -> SplitUpdatePath
fn default() -> SplitUpdatePath
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SplitUpdatePath
impl<'de> Deserialize<'de> for SplitUpdatePath
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 SplitUpdatePath
impl Deserialize for SplitUpdatePath
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 SplitUpdatePath
impl PartialEq for SplitUpdatePath
Source§impl Serialize for &SplitUpdatePath
impl Serialize for &SplitUpdatePath
Source§impl Serialize for SplitUpdatePath
impl Serialize for SplitUpdatePath
Source§impl Serialize for SplitUpdatePath
impl Serialize for SplitUpdatePath
Source§impl Size for &SplitUpdatePath
impl Size for &SplitUpdatePath
fn tls_serialized_len(&self) -> usize
Source§impl Size for SplitUpdatePath
impl Size for SplitUpdatePath
fn tls_serialized_len(&self) -> usize
impl Eq for SplitUpdatePath
impl StructuralPartialEq for SplitUpdatePath
Auto Trait Implementations§
impl Freeze for SplitUpdatePath
impl RefUnwindSafe for SplitUpdatePath
impl Send for SplitUpdatePath
impl Sync for SplitUpdatePath
impl Unpin for SplitUpdatePath
impl UnwindSafe for SplitUpdatePath
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