pub enum ForCondition {
Env(String, Vec<ShellBit>),
}Variants§
Trait Implementations§
Source§impl Debug for ForCondition
impl Debug for ForCondition
Auto Trait Implementations§
impl Freeze for ForCondition
impl RefUnwindSafe for ForCondition
impl Send for ForCondition
impl Sync for ForCondition
impl Unpin for ForCondition
impl UnwindSafe for ForCondition
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