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