[][src]Struct pretty_exec::Param

pub struct Param<'a> {
    pub program: &'a str,
    pub arguments: &'a [String],
    pub skip_exec: bool,
    pub syntax_highlight: SyntaxHighLight<String>,
    pub support_github_action: bool,
}

Fields

program: &'a strarguments: &'a [String]skip_exec: boolsyntax_highlight: SyntaxHighLight<String>support_github_action: bool

Auto Trait Implementations

impl<'a> RefUnwindSafe for Param<'a>[src]

impl<'a> Send for Param<'a>[src]

impl<'a> Sync for Param<'a>[src]

impl<'a> Unpin for Param<'a>[src]

impl<'a> UnwindSafe for Param<'a>[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<X> Pipe for X

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.