[][src]Struct nu_protocol::hir::ExternalCommand

pub struct ExternalCommand {
    pub name: String,
    pub name_tag: Tag,
    pub args: ExternalArgs,
}

Fields

name: Stringname_tag: Tagargs: ExternalArgs

Implementations

impl ExternalCommand[src]

pub fn has_it_usage(&self) -> bool[src]

Trait Implementations

impl Clone for ExternalCommand[src]

impl Debug for ExternalCommand[src]

impl<'de> Deserialize<'de> for ExternalCommand[src]

impl Eq for ExternalCommand[src]

impl HasSpan for ExternalCommand[src]

impl Hash for ExternalCommand[src]

impl Ord for ExternalCommand[src]

impl PartialEq<ExternalCommand> for ExternalCommand[src]

impl PartialOrd<ExternalCommand> for ExternalCommand[src]

impl Serialize for ExternalCommand[src]

impl StructuralEq for ExternalCommand[src]

impl StructuralPartialEq for ExternalCommand[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

impl<T> HasFallibleSpan for T where
    T: HasSpan
[src]

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

impl<T> IntoSpanned for T where
    T: HasFallibleSpan
[src]

type Output = T

impl<T> SpannedItem for T[src]

impl<T> TaggedItem for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.