#[repr(C)]pub enum AggregationSource {
External = 1,
Internal = 2,
}Expand description
An aggregation source for derived data.
Variants§
External = 1
The data is externally aggregated (outside the Nautilus system boundary).
Internal = 2
The data is internally aggregated (inside the Nautilus system boundary).
Implementations§
Trait Implementations§
Source§impl AsRef<str> for AggregationSource
impl AsRef<str> for AggregationSource
Source§impl Clone for AggregationSource
impl Clone for AggregationSource
Source§fn clone(&self) -> AggregationSource
fn clone(&self) -> AggregationSource
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 AggregationSource
Source§impl Debug for AggregationSource
impl Debug for AggregationSource
Source§impl<'de> Deserialize<'de> for AggregationSource
impl<'de> Deserialize<'de> for AggregationSource
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 Display for AggregationSource
impl Display for AggregationSource
impl Eq for AggregationSource
Source§impl FromStr for AggregationSource
impl FromStr for AggregationSource
Source§impl Hash for AggregationSource
impl Hash for AggregationSource
Source§impl IntoEnumIterator for AggregationSource
impl IntoEnumIterator for AggregationSource
type Iterator = AggregationSourceIter
fn iter() -> AggregationSourceIter ⓘ
Source§impl Ord for AggregationSource
impl Ord for AggregationSource
Source§fn cmp(&self, other: &AggregationSource) -> Ordering
fn cmp(&self, other: &AggregationSource) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AggregationSource
impl PartialEq for AggregationSource
Source§fn eq(&self, other: &AggregationSource) -> bool
fn eq(&self, other: &AggregationSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AggregationSource
impl PartialOrd for AggregationSource
Source§impl Serialize for AggregationSource
impl Serialize for AggregationSource
impl StructuralPartialEq for AggregationSource
Auto Trait Implementations§
impl Freeze for AggregationSource
impl RefUnwindSafe for AggregationSource
impl Send for AggregationSource
impl Sync for AggregationSource
impl Unpin for AggregationSource
impl UnsafeUnpin for AggregationSource
impl UnwindSafe for AggregationSource
Blanket Implementations§
impl<T> Allocation for T
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.