Enum yash_syntax::syntax::AndOr
source · [−]pub enum AndOr {
AndThen,
OrElse,
}
Expand description
Condition that decides if a Pipeline in an and-or list should be executed.
Variants
AndThen
&&
OrElse
||
Trait Implementations
impl Copy for AndOr
impl Eq for AndOr
impl StructuralEq for AndOr
impl StructuralPartialEq for AndOr
Auto Trait Implementations
impl RefUnwindSafe for AndOr
impl Send for AndOr
impl Sync for AndOr
impl Unpin for AndOr
impl UnwindSafe for AndOr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more