pub struct GatewayBatchCounts { /* private fields */ }Expand description
Per-request tallies for a GatewayBatch.
Implementations§
Trait Implementations§
Source§impl Clone for GatewayBatchCounts
impl Clone for GatewayBatchCounts
Source§fn clone(&self) -> GatewayBatchCounts
fn clone(&self) -> GatewayBatchCounts
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 GatewayBatchCounts
Source§impl Debug for GatewayBatchCounts
impl Debug for GatewayBatchCounts
Source§impl Default for GatewayBatchCounts
impl Default for GatewayBatchCounts
Source§fn default() -> GatewayBatchCounts
fn default() -> GatewayBatchCounts
Returns the “default value” for a type. Read more
impl Eq for GatewayBatchCounts
Source§impl PartialEq for GatewayBatchCounts
impl PartialEq for GatewayBatchCounts
Source§fn eq(&self, other: &GatewayBatchCounts) -> bool
fn eq(&self, other: &GatewayBatchCounts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GatewayBatchCounts
Auto Trait Implementations§
impl Freeze for GatewayBatchCounts
impl RefUnwindSafe for GatewayBatchCounts
impl Send for GatewayBatchCounts
impl Sync for GatewayBatchCounts
impl Unpin for GatewayBatchCounts
impl UnsafeUnpin for GatewayBatchCounts
impl UnwindSafe for GatewayBatchCounts
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