pub struct VersionProposal(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for VersionProposal
impl Clone for VersionProposal
Source§fn clone(&self) -> VersionProposal
fn clone(&self) -> VersionProposal
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 VersionProposal
impl Debug for VersionProposal
Source§impl Decode for VersionProposal
impl Decode for VersionProposal
Source§impl From<BTreeMap<Version, HandshakeNodeData>> for VersionProposal
impl From<BTreeMap<Version, HandshakeNodeData>> for VersionProposal
Source§impl From<Vec<(Version, HandshakeNodeData)>> for VersionProposal
impl From<Vec<(Version, HandshakeNodeData)>> for VersionProposal
Source§impl PartialEq for VersionProposal
impl PartialEq for VersionProposal
impl Eq for VersionProposal
impl StructuralPartialEq for VersionProposal
Auto Trait Implementations§
impl Freeze for VersionProposal
impl RefUnwindSafe for VersionProposal
impl Send for VersionProposal
impl Sync for VersionProposal
impl Unpin for VersionProposal
impl UnwindSafe for VersionProposal
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