pub enum MeterUnitType {
DwellSeconds,
ImpressionInPlace,
AttentionSeconds,
OccupancyWeightedExposure,
CompliantDeliveryMinute,
Custom,
}Variants§
DwellSeconds
ImpressionInPlace
AttentionSeconds
OccupancyWeightedExposure
CompliantDeliveryMinute
Custom
Implementations§
Source§impl MeterUnitType
impl MeterUnitType
pub fn as_wire_str(&self) -> &'static str
Trait Implementations§
Source§impl Clone for MeterUnitType
impl Clone for MeterUnitType
Source§fn clone(&self) -> MeterUnitType
fn clone(&self) -> MeterUnitType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MeterUnitType
Source§impl Debug for MeterUnitType
impl Debug for MeterUnitType
Source§impl<'de> Deserialize<'de> for MeterUnitType
impl<'de> Deserialize<'de> for MeterUnitType
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 Eq for MeterUnitType
Source§impl Hash for MeterUnitType
impl Hash for MeterUnitType
Source§impl PartialEq for MeterUnitType
impl PartialEq for MeterUnitType
Source§fn eq(&self, other: &MeterUnitType) -> bool
fn eq(&self, other: &MeterUnitType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MeterUnitType
impl Serialize for MeterUnitType
impl StructuralPartialEq for MeterUnitType
Auto Trait Implementations§
impl Freeze for MeterUnitType
impl RefUnwindSafe for MeterUnitType
impl Send for MeterUnitType
impl Sync for MeterUnitType
impl Unpin for MeterUnitType
impl UnsafeUnpin for MeterUnitType
impl UnwindSafe for MeterUnitType
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