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§
Trait Implementations§
source§impl PartialEq for AndOr
impl PartialEq for AndOr
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§
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