pub enum ListOp {
And,
Or,
Semi,
Amp,
Newline,
}Expand description
List operator (for shell command lists)
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ListOp
impl<'de> Deserialize<'de> for ListOp
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
impl Copy for ListOp
impl Eq for ListOp
impl StructuralPartialEq for ListOp
Auto Trait Implementations§
impl Freeze for ListOp
impl RefUnwindSafe for ListOp
impl Send for ListOp
impl Sync for ListOp
impl Unpin for ListOp
impl UnsafeUnpin for ListOp
impl UnwindSafe for ListOp
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