pub struct ProposalContractVersion(/* private fields */);Expand description
Sole maintained proposal contract version.
Implementations§
Trait Implementations§
Source§impl Clone for ProposalContractVersion
impl Clone for ProposalContractVersion
impl Copy for ProposalContractVersion
Source§impl Debug for ProposalContractVersion
impl Debug for ProposalContractVersion
impl Eq for ProposalContractVersion
Source§impl Hash for ProposalContractVersion
impl Hash for ProposalContractVersion
Source§impl Ord for ProposalContractVersion
impl Ord for ProposalContractVersion
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ProposalContractVersion
impl PartialEq for ProposalContractVersion
Source§impl PartialOrd for ProposalContractVersion
impl PartialOrd for ProposalContractVersion
impl StructuralPartialEq for ProposalContractVersion
Auto Trait Implementations§
impl Freeze for ProposalContractVersion
impl RefUnwindSafe for ProposalContractVersion
impl Send for ProposalContractVersion
impl Sync for ProposalContractVersion
impl Unpin for ProposalContractVersion
impl UnsafeUnpin for ProposalContractVersion
impl UnwindSafe for ProposalContractVersion
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