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