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