pub enum PipeSep {
Pipe,
PipeBoth,
}Expand description
Separator between commands in a pipeline.
Variants§
Trait Implementations§
impl Copy for PipeSep
impl Eq for PipeSep
impl StructuralPartialEq for PipeSep
Auto Trait Implementations§
impl Freeze for PipeSep
impl RefUnwindSafe for PipeSep
impl Send for PipeSep
impl Sync for PipeSep
impl Unpin for PipeSep
impl UnsafeUnpin for PipeSep
impl UnwindSafe for PipeSep
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