pub struct HdrMethod {
pub number_of_significant_value_digits: Option<u32>,
}Fields§
§number_of_significant_value_digits: Option<u32>Specifies the resolution of values for the histogram in number of significant digits.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for HdrMethod
impl<'de> Deserialize<'de> for HdrMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for HdrMethod
Auto Trait Implementations§
impl Freeze for HdrMethod
impl RefUnwindSafe for HdrMethod
impl Send for HdrMethod
impl Sync for HdrMethod
impl Unpin for HdrMethod
impl UnsafeUnpin for HdrMethod
impl UnwindSafe for HdrMethod
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