pub struct VotingProposals(_);Implementations§
source§impl VotingProposals
 
impl VotingProposals
pub fn from_bytes(bytes: Vec<u8>) -> Result<VotingProposals, DeserializeError>
source§impl VotingProposals
 
impl VotingProposals
pub fn from_hex(hex_str: &str) -> Result<VotingProposals, DeserializeError>
Trait Implementations§
source§impl Clone for VotingProposals
 
impl Clone for VotingProposals
source§fn clone(&self) -> VotingProposals
 
fn clone(&self) -> VotingProposals
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 VotingProposals
 
impl Debug for VotingProposals
source§impl<'de> Deserialize<'de> for VotingProposals
 
impl<'de> Deserialize<'de> for VotingProposals
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 Hash for VotingProposals
 
impl Hash for VotingProposals
source§impl JsonSchema for VotingProposals
 
impl JsonSchema for VotingProposals
source§fn schema_name() -> String
 
fn schema_name() -> String
The name of the generated JSON Schema. Read more
source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
 
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
source§fn is_referenceable() -> bool
 
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the 
$ref keyword. Read moresource§impl Ord for VotingProposals
 
impl Ord for VotingProposals
source§fn cmp(&self, other: &VotingProposals) -> Ordering
 
fn cmp(&self, other: &VotingProposals) -> Ordering
1.21.0 · 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
source§impl PartialEq<VotingProposals> for VotingProposals
 
impl PartialEq<VotingProposals> for VotingProposals
source§fn eq(&self, other: &VotingProposals) -> bool
 
fn eq(&self, other: &VotingProposals) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<VotingProposals> for VotingProposals
 
impl PartialOrd<VotingProposals> for VotingProposals
source§fn partial_cmp(&self, other: &VotingProposals) -> Option<Ordering>
 
fn partial_cmp(&self, other: &VotingProposals) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moresource§impl Serialize for VotingProposals
 
impl Serialize for VotingProposals
fn serialize<'se, W: Write>( &self, serializer: &'se mut Serializer<W> ) -> Result<&'se mut Serializer<W>>
source§impl Serialize for VotingProposals
 
impl Serialize for VotingProposals
impl Eq for VotingProposals
impl StructuralEq for VotingProposals
impl StructuralPartialEq for VotingProposals
Auto Trait Implementations§
impl RefUnwindSafe for VotingProposals
impl Send for VotingProposals
impl Sync for VotingProposals
impl Unpin for VotingProposals
impl UnwindSafe for VotingProposals
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