pub struct DoGroupCommand {
pub list: CompoundList,
pub loc: TokenLocation,
}Expand description
A do group, which groups commands together.
Fields§
§list: CompoundListList of commands
loc: TokenLocationLocation of the group
Trait Implementations§
Source§impl Clone for DoGroupCommand
impl Clone for DoGroupCommand
Source§fn clone(&self) -> DoGroupCommand
fn clone(&self) -> DoGroupCommand
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 DoGroupCommand
impl Debug for DoGroupCommand
Auto Trait Implementations§
impl Freeze for DoGroupCommand
impl RefUnwindSafe for DoGroupCommand
impl Send for DoGroupCommand
impl Sync for DoGroupCommand
impl Unpin for DoGroupCommand
impl UnwindSafe for DoGroupCommand
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