pub struct OutputEndpointMetrics { /* private fields */ }Implementations§
Source§impl OutputEndpointMetrics
impl OutputEndpointMetrics
pub fn buffered_batches<T>(self, value: T) -> Self
pub fn buffered_records<T>(self, value: T) -> Self
pub fn memory<T>(self, value: T) -> Self
pub fn num_encode_errors<T>(self, value: T) -> Self
pub fn num_transport_errors<T>(self, value: T) -> Self
pub fn queued_batches<T>(self, value: T) -> Self
pub fn queued_records<T>(self, value: T) -> Self
pub fn total_processed_input_records<T>(self, value: T) -> Self
pub fn transmitted_bytes<T>(self, value: T) -> Self
pub fn transmitted_records<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for OutputEndpointMetrics
impl Clone for OutputEndpointMetrics
Source§fn clone(&self) -> OutputEndpointMetrics
fn clone(&self) -> OutputEndpointMetrics
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 OutputEndpointMetrics
impl Debug for OutputEndpointMetrics
Source§impl Default for OutputEndpointMetrics
impl Default for OutputEndpointMetrics
Source§impl From<OutputEndpointMetrics> for OutputEndpointMetrics
impl From<OutputEndpointMetrics> for OutputEndpointMetrics
Source§fn from(value: OutputEndpointMetrics) -> Self
fn from(value: OutputEndpointMetrics) -> Self
Converts to this type from the input type.
Source§impl TryFrom<OutputEndpointMetrics> for OutputEndpointMetrics
impl TryFrom<OutputEndpointMetrics> for OutputEndpointMetrics
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: OutputEndpointMetrics) -> Result<Self, ConversionError>
fn try_from(value: OutputEndpointMetrics) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for OutputEndpointMetrics
impl RefUnwindSafe for OutputEndpointMetrics
impl Send for OutputEndpointMetrics
impl Sync for OutputEndpointMetrics
impl Unpin for OutputEndpointMetrics
impl UnwindSafe for OutputEndpointMetrics
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