pub struct NnsProposalRequest {
pub network: String,
pub source_endpoint: String,
pub now_unix_secs: u64,
pub proposal_id: u64,
pub show_ballots: bool,
pub verbose: bool,
}Expand description
NnsProposalRequest
Request accepted by the NNS proposal detail report builder.
Fields§
§network: String§source_endpoint: String§now_unix_secs: u64§proposal_id: u64§show_ballots: bool§verbose: boolImplementations§
Trait Implementations§
Source§impl Clone for NnsProposalRequest
impl Clone for NnsProposalRequest
Source§fn clone(&self) -> NnsProposalRequest
fn clone(&self) -> NnsProposalRequest
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 NnsProposalRequest
impl Debug for NnsProposalRequest
impl Eq for NnsProposalRequest
Source§impl PartialEq for NnsProposalRequest
impl PartialEq for NnsProposalRequest
impl StructuralPartialEq for NnsProposalRequest
Auto Trait Implementations§
impl Freeze for NnsProposalRequest
impl RefUnwindSafe for NnsProposalRequest
impl Send for NnsProposalRequest
impl Sync for NnsProposalRequest
impl Unpin for NnsProposalRequest
impl UnsafeUnpin for NnsProposalRequest
impl UnwindSafe for NnsProposalRequest
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