pub struct BraceGroupCommand(pub CompoundList);
Expand description
A brace group, which groups commands together.
Tuple Fields§
§0: CompoundList
Trait Implementations§
Source§impl Clone for BraceGroupCommand
impl Clone for BraceGroupCommand
Source§fn clone(&self) -> BraceGroupCommand
fn clone(&self) -> BraceGroupCommand
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 BraceGroupCommand
impl Debug for BraceGroupCommand
Auto Trait Implementations§
impl Freeze for BraceGroupCommand
impl RefUnwindSafe for BraceGroupCommand
impl Send for BraceGroupCommand
impl Sync for BraceGroupCommand
impl Unpin for BraceGroupCommand
impl UnwindSafe for BraceGroupCommand
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