pub enum Substitution {
Command(String),
Process(String),
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for Substitution
impl Debug for Substitution
Source§impl Display for Substitution
impl Display for Substitution
Source§impl PartialEq for Substitution
impl PartialEq for Substitution
impl StructuralPartialEq for Substitution
Auto Trait Implementations§
impl Freeze for Substitution
impl RefUnwindSafe for Substitution
impl Send for Substitution
impl Sync for Substitution
impl Unpin for Substitution
impl UnsafeUnpin for Substitution
impl UnwindSafe for Substitution
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