pub struct BridgeStats {
pub forwarded: u64,
pub dropped_kind: u64,
pub dropped_label: u64,
}Fields§
§forwarded: u64§dropped_kind: u64§dropped_label: u64Trait Implementations§
Source§impl Clone for BridgeStats
impl Clone for BridgeStats
Source§fn clone(&self) -> BridgeStats
fn clone(&self) -> BridgeStats
Returns a duplicate of the value. Read more
1.0.0 · 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 BridgeStats
impl Debug for BridgeStats
Source§impl Default for BridgeStats
impl Default for BridgeStats
Source§fn default() -> BridgeStats
fn default() -> BridgeStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for BridgeStats
impl PartialEq for BridgeStats
impl Copy for BridgeStats
impl Eq for BridgeStats
impl StructuralPartialEq for BridgeStats
Auto Trait Implementations§
impl Freeze for BridgeStats
impl RefUnwindSafe for BridgeStats
impl Send for BridgeStats
impl Sync for BridgeStats
impl Unpin for BridgeStats
impl UnsafeUnpin for BridgeStats
impl UnwindSafe for BridgeStats
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