Struct yash_syntax::syntax::AndOrList
source · [−]Expand description
Pipelines separated by &&
and ||
.
Fields
first: Pipeline
rest: Vec<(AndOr, Pipeline)>
Trait Implementations
impl Eq for AndOrList
impl StructuralEq for AndOrList
impl StructuralPartialEq for AndOrList
Auto Trait Implementations
impl !RefUnwindSafe for AndOrList
impl !Send for AndOrList
impl !Sync for AndOrList
impl Unpin for AndOrList
impl !UnwindSafe for AndOrList
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