pub struct DimensionAttributesRate {
pub rate: Option<f32>,
}
Fields§
§rate: Option<f32>
The rate at which the value in the current dimension occurs.
Implementations§
Source§impl DimensionAttributesRate
impl DimensionAttributesRate
pub fn new() -> DimensionAttributesRate
Trait Implementations§
Source§impl Clone for DimensionAttributesRate
impl Clone for DimensionAttributesRate
Source§fn clone(&self) -> DimensionAttributesRate
fn clone(&self) -> DimensionAttributesRate
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 DimensionAttributesRate
impl Debug for DimensionAttributesRate
Source§impl Default for DimensionAttributesRate
impl Default for DimensionAttributesRate
Source§fn default() -> DimensionAttributesRate
fn default() -> DimensionAttributesRate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DimensionAttributesRate
impl<'de> Deserialize<'de> for DimensionAttributesRate
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
Source§impl PartialEq for DimensionAttributesRate
impl PartialEq for DimensionAttributesRate
Source§impl Serialize for DimensionAttributesRate
impl Serialize for DimensionAttributesRate
impl StructuralPartialEq for DimensionAttributesRate
Auto Trait Implementations§
impl Freeze for DimensionAttributesRate
impl RefUnwindSafe for DimensionAttributesRate
impl Send for DimensionAttributesRate
impl Sync for DimensionAttributesRate
impl Unpin for DimensionAttributesRate
impl UnwindSafe for DimensionAttributesRate
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