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