Struct brush_parser::ast::CommandSuffix
source · pub struct CommandSuffix(pub Vec<CommandPrefixOrSuffixItem>);Expand description
Represents a suffix to a simple command; a word argument, declaration, or I/O redirection.
Tuple Fields§
§0: Vec<CommandPrefixOrSuffixItem>Trait Implementations§
source§impl Clone for CommandSuffix
impl Clone for CommandSuffix
source§fn clone(&self) -> CommandSuffix
fn clone(&self) -> CommandSuffix
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 CommandSuffix
impl Debug for CommandSuffix
source§impl Default for CommandSuffix
impl Default for CommandSuffix
source§fn default() -> CommandSuffix
fn default() -> CommandSuffix
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CommandSuffix
impl RefUnwindSafe for CommandSuffix
impl Send for CommandSuffix
impl Sync for CommandSuffix
impl Unpin for CommandSuffix
impl UnwindSafe for CommandSuffix
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