pub struct VotingProposals { /* private fields */ }
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 NoneOrEmpty for VotingProposals
impl NoneOrEmpty for VotingProposals
fn is_none_or_empty(&self) -> bool
source§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 for VotingProposals
impl PartialEq for VotingProposals
source§impl PartialOrd for VotingProposals
impl PartialOrd for VotingProposals
source§impl Serialize for VotingProposals
impl Serialize for VotingProposals
source§impl Serialize for VotingProposals
impl Serialize for VotingProposals
fn serialize<'se, W: Write>( &self, serializer: &'se mut Serializer<W>, ) -> Result<&'se mut Serializer<W>>
impl Eq for VotingProposals
impl StructuralPartialEq for VotingProposals
Auto Trait Implementations§
impl Freeze for VotingProposals
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)