pub struct ForClause {
pub var: CompactString,
pub words: Option<Vec<Word>>,
pub body: Vec<CompleteCommand>,
pub redirects: Vec<Redirect>,
}Fields§
§var: CompactString§words: Option<Vec<Word>>§body: Vec<CompleteCommand>§redirects: Vec<Redirect>Trait Implementations§
impl StructuralPartialEq for ForClause
Auto Trait Implementations§
impl Freeze for ForClause
impl RefUnwindSafe for ForClause
impl Send for ForClause
impl Sync for ForClause
impl Unpin for ForClause
impl UnsafeUnpin for ForClause
impl UnwindSafe for ForClause
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