pub struct CompoundListItem(pub AndOrList, pub SeparatorOperator);
Expand description
An element of a compound command list.
Tuple Fields§
§0: AndOrList
§1: SeparatorOperator
Trait Implementations§
Source§impl Clone for CompoundListItem
impl Clone for CompoundListItem
Source§fn clone(&self) -> CompoundListItem
fn clone(&self) -> CompoundListItem
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 CompoundListItem
impl Debug for CompoundListItem
Auto Trait Implementations§
impl Freeze for CompoundListItem
impl RefUnwindSafe for CompoundListItem
impl Send for CompoundListItem
impl Sync for CompoundListItem
impl Unpin for CompoundListItem
impl UnwindSafe for CompoundListItem
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