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