Struct brush_parser::ast::WhileOrUntilClauseCommand
source · pub struct WhileOrUntilClauseCommand(pub CompoundList, pub DoGroupCommand);Expand description
A while or until clause, whose looping is controlled by a condition.
Tuple Fields§
§0: CompoundList§1: DoGroupCommandTrait Implementations§
source§impl Clone for WhileOrUntilClauseCommand
impl Clone for WhileOrUntilClauseCommand
source§fn clone(&self) -> WhileOrUntilClauseCommand
fn clone(&self) -> WhileOrUntilClauseCommand
Returns a copy 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 WhileOrUntilClauseCommand
impl Debug for WhileOrUntilClauseCommand
Auto Trait Implementations§
impl Freeze for WhileOrUntilClauseCommand
impl RefUnwindSafe for WhileOrUntilClauseCommand
impl Send for WhileOrUntilClauseCommand
impl Sync for WhileOrUntilClauseCommand
impl Unpin for WhileOrUntilClauseCommand
impl UnwindSafe for WhileOrUntilClauseCommand
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)