pub struct AnnounceCommandCounts { /* private fields */ }Implementations§
Source§impl AnnounceCommandCounts
impl AnnounceCommandCounts
pub const fn get(&self, outcome: AnnounceCommandOutcome) -> u64
pub fn iter(&self) -> impl ExactSizeIterator
Trait Implementations§
Source§impl Clone for AnnounceCommandCounts
impl Clone for AnnounceCommandCounts
Source§fn clone(&self) -> AnnounceCommandCounts
fn clone(&self) -> AnnounceCommandCounts
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 moreimpl Copy for AnnounceCommandCounts
Source§impl Debug for AnnounceCommandCounts
impl Debug for AnnounceCommandCounts
Source§impl Default for AnnounceCommandCounts
impl Default for AnnounceCommandCounts
Source§fn default() -> AnnounceCommandCounts
fn default() -> AnnounceCommandCounts
Returns the “default value” for a type. Read more
impl Eq for AnnounceCommandCounts
Source§impl PartialEq for AnnounceCommandCounts
impl PartialEq for AnnounceCommandCounts
impl StructuralPartialEq for AnnounceCommandCounts
Auto Trait Implementations§
impl Freeze for AnnounceCommandCounts
impl RefUnwindSafe for AnnounceCommandCounts
impl Send for AnnounceCommandCounts
impl Sync for AnnounceCommandCounts
impl Unpin for AnnounceCommandCounts
impl UnsafeUnpin for AnnounceCommandCounts
impl UnwindSafe for AnnounceCommandCounts
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