pub struct ListVotingProposalsResponse {
pub proposals: Option<Vec<VotingProposal>>,
}Expand description
ListVotingProposalsResponse model.
Fields§
§proposals: Option<Vec<VotingProposal>>Trait Implementations§
Source§impl Clone for ListVotingProposalsResponse
impl Clone for ListVotingProposalsResponse
Source§fn clone(&self) -> ListVotingProposalsResponse
fn clone(&self) -> ListVotingProposalsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ListVotingProposalsResponse
impl Debug for ListVotingProposalsResponse
Source§impl Default for ListVotingProposalsResponse
impl Default for ListVotingProposalsResponse
Source§fn default() -> ListVotingProposalsResponse
fn default() -> ListVotingProposalsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListVotingProposalsResponse
impl<'de> Deserialize<'de> for ListVotingProposalsResponse
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
impl StructuralPartialEq for ListVotingProposalsResponse
Auto Trait Implementations§
impl Freeze for ListVotingProposalsResponse
impl RefUnwindSafe for ListVotingProposalsResponse
impl Send for ListVotingProposalsResponse
impl Sync for ListVotingProposalsResponse
impl Unpin for ListVotingProposalsResponse
impl UnsafeUnpin for ListVotingProposalsResponse
impl UnwindSafe for ListVotingProposalsResponse
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