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 for CallOutputValue<'i>
impl<'i> PartialEq 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 ==
.source§impl<'i> Serialize for CallOutputValue<'i>
impl<'i> Serialize for CallOutputValue<'i>
impl<'i> Eq for CallOutputValue<'i>
impl<'i> StructuralPartialEq for CallOutputValue<'i>
Auto Trait Implementations§
impl<'i> Freeze for CallOutputValue<'i>
impl<'i> RefUnwindSafe for CallOutputValue<'i>
impl<'i> Send for CallOutputValue<'i>
impl<'i> Sync for CallOutputValue<'i>
impl<'i> Unpin for CallOutputValue<'i>
impl<'i> UnwindSafe for CallOutputValue<'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
)