pub struct ArithForClause {
pub init: CompactString,
pub condition: CompactString,
pub step: CompactString,
pub body: Vec<CompleteCommand>,
pub redirects: Vec<Redirect>,
}Fields§
§init: CompactString§condition: CompactString§step: CompactString§body: Vec<CompleteCommand>§redirects: Vec<Redirect>Trait Implementations§
Source§impl Clone for ArithForClause
impl Clone for ArithForClause
Source§fn clone(&self) -> ArithForClause
fn clone(&self) -> ArithForClause
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArithForClause
impl Debug for ArithForClause
Source§impl PartialEq for ArithForClause
impl PartialEq for ArithForClause
impl StructuralPartialEq for ArithForClause
Auto Trait Implementations§
impl Freeze for ArithForClause
impl RefUnwindSafe for ArithForClause
impl Send for ArithForClause
impl Sync for ArithForClause
impl Unpin for ArithForClause
impl UnsafeUnpin for ArithForClause
impl UnwindSafe for ArithForClause
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