Enum air_parser::ast::CallOutputValue
source · pub enum CallOutputValue<'i> {
Scalar(Scalar<'i>),
Stream(Stream<'i>),
None,
}
Variants§
Implementations§
Trait Implementations§
source§impl<'i> Clone for CallOutputValue<'i>
impl<'i> Clone for CallOutputValue<'i>
source§fn clone(&self) -> CallOutputValue<'i>
fn clone(&self) -> CallOutputValue<'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 CallOutputValue<'i>
impl<'i> Debug for CallOutputValue<'i>
source§impl Display for CallOutputValue<'_>
impl Display for CallOutputValue<'_>
source§impl<'i> PartialEq<CallOutputValue<'i>> for CallOutputValue<'i>
impl<'i> PartialEq<CallOutputValue<'i>> for CallOutputValue<'i>
source§fn eq(&self, other: &CallOutputValue<'i>) -> bool
fn eq(&self, other: &CallOutputValue<'i>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.