pub struct ContinuousAggregateOption {
pub key: String,
pub key_span: Span,
pub value: String,
pub value_span: Span,
pub span: Span,
}Expand description
One ordered option in a continuous aggregate definition.
Fields§
§key: String§key_span: Span§value: String§value_span: Span§span: SpanTrait Implementations§
Source§impl Clone for ContinuousAggregateOption
impl Clone for ContinuousAggregateOption
Source§fn clone(&self) -> ContinuousAggregateOption
fn clone(&self) -> ContinuousAggregateOption
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 moreSource§impl Debug for ContinuousAggregateOption
impl Debug for ContinuousAggregateOption
Source§impl<'de> Deserialize<'de> for ContinuousAggregateOption
impl<'de> Deserialize<'de> for ContinuousAggregateOption
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
Auto Trait Implementations§
impl Freeze for ContinuousAggregateOption
impl RefUnwindSafe for ContinuousAggregateOption
impl Send for ContinuousAggregateOption
impl Sync for ContinuousAggregateOption
impl Unpin for ContinuousAggregateOption
impl UnsafeUnpin for ContinuousAggregateOption
impl UnwindSafe for ContinuousAggregateOption
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