pub enum AggregationConditionFieldSource {
Reference,
}Expand description
AggregationConditionFieldSource
JSON schema
{
"type": "string",
"enum": [
"reference"
]
}Variants§
Reference
Trait Implementations§
Source§impl Clone for AggregationConditionFieldSource
impl Clone for AggregationConditionFieldSource
Source§fn clone(&self) -> AggregationConditionFieldSource
fn clone(&self) -> AggregationConditionFieldSource
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 AggregationConditionFieldSource
Source§impl<'de> Deserialize<'de> for AggregationConditionFieldSource
impl<'de> Deserialize<'de> for AggregationConditionFieldSource
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 AggregationConditionFieldSource
Source§impl From<&AggregationConditionFieldSource> for AggregationConditionFieldSource
impl From<&AggregationConditionFieldSource> for AggregationConditionFieldSource
Source§fn from(value: &AggregationConditionFieldSource) -> Self
fn from(value: &AggregationConditionFieldSource) -> Self
Converts to this type from the input type.
Source§impl Ord for AggregationConditionFieldSource
impl Ord for AggregationConditionFieldSource
Source§fn cmp(&self, other: &AggregationConditionFieldSource) -> Ordering
fn cmp(&self, other: &AggregationConditionFieldSource) -> 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 AggregationConditionFieldSource
impl PartialEq for AggregationConditionFieldSource
Source§fn eq(&self, other: &AggregationConditionFieldSource) -> bool
fn eq(&self, other: &AggregationConditionFieldSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AggregationConditionFieldSource
impl PartialOrd for AggregationConditionFieldSource
impl StructuralPartialEq for AggregationConditionFieldSource
Source§impl TryFrom<&String> for AggregationConditionFieldSource
impl TryFrom<&String> for AggregationConditionFieldSource
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for AggregationConditionFieldSource
impl TryFrom<&str> for AggregationConditionFieldSource
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for AggregationConditionFieldSource
impl TryFrom<String> for AggregationConditionFieldSource
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for AggregationConditionFieldSource
impl RefUnwindSafe for AggregationConditionFieldSource
impl Send for AggregationConditionFieldSource
impl Sync for AggregationConditionFieldSource
impl Unpin for AggregationConditionFieldSource
impl UnsafeUnpin for AggregationConditionFieldSource
impl UnwindSafe for AggregationConditionFieldSource
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