pub enum InstrumentGranularity {
PerParameter,
PerSiteParameter,
}Expand description
How many instruments a source’s channels stand for, declared by the connector.
Variants§
PerParameter
One instrument per parameter across every site the source reports it at (a field portal).
PerSiteParameter
One instrument per site and parameter, stationed there (a logger network).
Trait Implementations§
Source§impl Clone for InstrumentGranularity
impl Clone for InstrumentGranularity
Source§fn clone(&self) -> InstrumentGranularity
fn clone(&self) -> InstrumentGranularity
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 InstrumentGranularity
Source§impl Debug for InstrumentGranularity
impl Debug for InstrumentGranularity
Source§impl<'de> Deserialize<'de> for InstrumentGranularity
impl<'de> Deserialize<'de> for InstrumentGranularity
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 InstrumentGranularity
Source§impl PartialEq for InstrumentGranularity
impl PartialEq for InstrumentGranularity
Source§impl Serialize for InstrumentGranularity
impl Serialize for InstrumentGranularity
impl StructuralPartialEq for InstrumentGranularity
Auto Trait Implementations§
impl Freeze for InstrumentGranularity
impl RefUnwindSafe for InstrumentGranularity
impl Send for InstrumentGranularity
impl Sync for InstrumentGranularity
impl Unpin for InstrumentGranularity
impl UnsafeUnpin for InstrumentGranularity
impl UnwindSafe for InstrumentGranularity
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