pub struct GetProposalInput {
pub network_id: String,
pub proposal_id: String,
}Fields§
§network_id: StringThe unique identifier of the network for which the proposal is made.
proposal_id: StringThe unique identifier of the proposal.
Trait Implementations§
Source§impl Clone for GetProposalInput
impl Clone for GetProposalInput
Source§fn clone(&self) -> GetProposalInput
fn clone(&self) -> GetProposalInput
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 GetProposalInput
impl Debug for GetProposalInput
Source§impl Default for GetProposalInput
impl Default for GetProposalInput
Source§fn default() -> GetProposalInput
fn default() -> GetProposalInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetProposalInput
impl PartialEq for GetProposalInput
Source§impl Serialize for GetProposalInput
impl Serialize for GetProposalInput
impl StructuralPartialEq for GetProposalInput
Auto Trait Implementations§
impl Freeze for GetProposalInput
impl RefUnwindSafe for GetProposalInput
impl Send for GetProposalInput
impl Sync for GetProposalInput
impl Unpin for GetProposalInput
impl UnwindSafe for GetProposalInput
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