pub struct RepeatClause {
pub count: Word,
pub body: Vec<CompleteCommand>,
pub redirects: Vec<Redirect>,
}Fields§
§count: Word§body: Vec<CompleteCommand>§redirects: Vec<Redirect>Trait Implementations§
Source§impl Clone for RepeatClause
impl Clone for RepeatClause
Source§fn clone(&self) -> RepeatClause
fn clone(&self) -> RepeatClause
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 RepeatClause
impl Debug for RepeatClause
Source§impl PartialEq for RepeatClause
impl PartialEq for RepeatClause
impl StructuralPartialEq for RepeatClause
Auto Trait Implementations§
impl Freeze for RepeatClause
impl RefUnwindSafe for RepeatClause
impl Send for RepeatClause
impl Sync for RepeatClause
impl Unpin for RepeatClause
impl UnsafeUnpin for RepeatClause
impl UnwindSafe for RepeatClause
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