pub struct ProposalGcSummary {
pub expired: u32,
pub auto_accepted: u32,
pub failed: u32,
pub dry_run: bool,
}Expand description
Summary of a proposal GC pass.
Fields§
§expired: u32§auto_accepted: u32§failed: u32§dry_run: boolTrait Implementations§
Source§impl Clone for ProposalGcSummary
impl Clone for ProposalGcSummary
Source§fn clone(&self) -> ProposalGcSummary
fn clone(&self) -> ProposalGcSummary
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 ProposalGcSummary
impl Debug for ProposalGcSummary
Source§impl Default for ProposalGcSummary
impl Default for ProposalGcSummary
Source§fn default() -> ProposalGcSummary
fn default() -> ProposalGcSummary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProposalGcSummary
impl RefUnwindSafe for ProposalGcSummary
impl Send for ProposalGcSummary
impl Sync for ProposalGcSummary
impl Unpin for ProposalGcSummary
impl UnsafeUnpin for ProposalGcSummary
impl UnwindSafe for ProposalGcSummary
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