Enum air_parser::ast::StreamMapKeyClause
source · pub enum StreamMapKeyClause<'i> {
Literal(JsonString),
Int(i64),
Scalar(Scalar<'i>),
ScalarWithLambda(ScalarWithLambda<'i>),
CanonStreamWithLambda(CanonStreamWithLambda<'i>),
}
Variants§
Literal(JsonString)
Int(i64)
Scalar(Scalar<'i>)
ScalarWithLambda(ScalarWithLambda<'i>)
CanonStreamWithLambda(CanonStreamWithLambda<'i>)
Trait Implementations§
source§impl<'i> Clone for StreamMapKeyClause<'i>
impl<'i> Clone for StreamMapKeyClause<'i>
source§fn clone(&self) -> StreamMapKeyClause<'i>
fn clone(&self) -> StreamMapKeyClause<'i>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'i> Debug for StreamMapKeyClause<'i>
impl<'i> Debug for StreamMapKeyClause<'i>
source§impl<'de: 'i, 'i> Deserialize<'de> for StreamMapKeyClause<'i>
impl<'de: 'i, 'i> Deserialize<'de> for StreamMapKeyClause<'i>
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 StreamMapKeyClause<'_>
impl Display for StreamMapKeyClause<'_>
source§impl<'i> PartialEq for StreamMapKeyClause<'i>
impl<'i> PartialEq for StreamMapKeyClause<'i>
source§fn eq(&self, other: &StreamMapKeyClause<'i>) -> bool
fn eq(&self, other: &StreamMapKeyClause<'i>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'i> Serialize for StreamMapKeyClause<'i>
impl<'i> Serialize for StreamMapKeyClause<'i>
impl<'i> StructuralPartialEq for StreamMapKeyClause<'i>
Auto Trait Implementations§
impl<'i> Freeze for StreamMapKeyClause<'i>
impl<'i> RefUnwindSafe for StreamMapKeyClause<'i>
impl<'i> !Send for StreamMapKeyClause<'i>
impl<'i> !Sync for StreamMapKeyClause<'i>
impl<'i> Unpin for StreamMapKeyClause<'i>
impl<'i> UnwindSafe for StreamMapKeyClause<'i>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)