pub struct UpdateProposal {
pub leaf_node: LeafNode,
}
Fields§
§leaf_node: LeafNode
Trait Implementations§
Source§impl Clone for UpdateProposal
impl Clone for UpdateProposal
Source§fn clone(&self) -> UpdateProposal
fn clone(&self) -> UpdateProposal
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 UpdateProposal
impl Debug for UpdateProposal
Source§impl Deserialize for UpdateProposal
impl Deserialize for UpdateProposal
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 UpdateProposal
impl PartialEq for UpdateProposal
Source§impl Serialize for &UpdateProposal
impl Serialize for &UpdateProposal
Source§impl Serialize for UpdateProposal
impl Serialize for UpdateProposal
Source§impl Size for &UpdateProposal
impl Size for &UpdateProposal
fn tls_serialized_len(&self) -> usize
Source§impl Size for UpdateProposal
impl Size for UpdateProposal
fn tls_serialized_len(&self) -> usize
impl Eq for UpdateProposal
impl StructuralPartialEq for UpdateProposal
Auto Trait Implementations§
impl Freeze for UpdateProposal
impl RefUnwindSafe for UpdateProposal
impl Send for UpdateProposal
impl Sync for UpdateProposal
impl Unpin for UpdateProposal
impl UnwindSafe for UpdateProposal
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