pub struct ProposalStateDiff {
pub total: (usize, usize),
pub pending_review: (usize, usize),
pub applied: (usize, usize),
}Fields§
§total: (usize, usize)§pending_review: (usize, usize)§applied: (usize, usize)Trait Implementations§
Source§impl Debug for ProposalStateDiff
impl Debug for ProposalStateDiff
Auto Trait Implementations§
impl Freeze for ProposalStateDiff
impl RefUnwindSafe for ProposalStateDiff
impl Send for ProposalStateDiff
impl Sync for ProposalStateDiff
impl Unpin for ProposalStateDiff
impl UnsafeUnpin for ProposalStateDiff
impl UnwindSafe for ProposalStateDiff
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