Struct nu_engine::Command [−][src]
pub struct Command(_);
Implementations
impl Command[src]
impl Command[src]pub fn name(&self) -> &str[src]
pub fn signature(&self) -> Signature[src]
pub fn usage(&self) -> &str[src]
pub fn examples(&self) -> Vec<Example>[src]
pub fn run_with_actions(
&self,
args: CommandArgs
) -> Result<ActionStream, ShellError>[src]
&self,
args: CommandArgs
) -> Result<ActionStream, ShellError>
pub fn run(&self, args: CommandArgs) -> Result<InputStream, ShellError>[src]
pub fn is_binary(&self) -> bool[src]
pub fn is_internal(&self) -> bool[src]
pub fn stream_command(&self) -> &dyn WholeStreamCommand[src]
Trait Implementations
impl PrettyDebugWithSource for Command[src]
impl PrettyDebugWithSource for Command[src]fn pretty_debug(&self, source: &str) -> DebugDocBuilder[src]
fn refined_pretty_debug(
&self,
_refine: PrettyDebugRefineKind,
source: &str
) -> DebugDocBuilder[src]
&self,
_refine: PrettyDebugRefineKind,
source: &str
) -> DebugDocBuilder
fn debug(&self, source: impl Into<Text>) -> String where
Self: Clone, [src]
Self: Clone,
fn debuggable(self, source: impl Into<Text>) -> DebuggableWithSource<Self>[src]
Auto Trait Implementations
impl !RefUnwindSafe for Command
impl Send for Command
impl Sync for Command
impl Unpin for Command
impl !UnwindSafe for Command
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<T> SpannedItem for T[src]
impl<T> SpannedItem for T[src]impl<T> TaggedItem for T[src]
impl<T> TaggedItem for T[src]impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,