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