pub enum PipelineElementType {
CommandAst,
CommandExpressionAst,
ParenExpressionAst,
}Expand description
Pipeline element type
Variants§
Trait Implementations§
Source§impl Clone for PipelineElementType
impl Clone for PipelineElementType
Source§fn clone(&self) -> PipelineElementType
fn clone(&self) -> PipelineElementType
Returns a duplicate 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 Debug for PipelineElementType
impl Debug for PipelineElementType
Source§impl<'de> Deserialize<'de> for PipelineElementType
impl<'de> Deserialize<'de> for PipelineElementType
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 PartialEq for PipelineElementType
impl PartialEq for PipelineElementType
Source§impl Serialize for PipelineElementType
impl Serialize for PipelineElementType
impl StructuralPartialEq for PipelineElementType
Auto Trait Implementations§
impl Freeze for PipelineElementType
impl RefUnwindSafe for PipelineElementType
impl Send for PipelineElementType
impl Sync for PipelineElementType
impl Unpin for PipelineElementType
impl UnsafeUnpin for PipelineElementType
impl UnwindSafe for PipelineElementType
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