pub struct Command(_);Implementations
sourceimpl Command
impl Command
pub fn name(&self) -> &str
pub fn signature(&self) -> Signature
pub fn usage(&self) -> &str
pub fn extra_usage(&self) -> &str
pub fn examples(&self) -> Vec<Example>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
pub fn run_with_actions(
&self,
args: CommandArgs
) -> Result<ActionStream, ShellError>
pub fn run(&self, args: CommandArgs) -> Result<InputStream, ShellError>
pub fn is_binary(&self) -> bool
pub fn is_private(&self) -> bool
pub fn stream_command(&self) -> &dyn WholeStreamCommand
pub fn is_builtin(&self) -> bool
pub fn is_sub(&self) -> bool
pub fn is_plugin(&self) -> bool
pub fn is_custom(&self) -> bool
Trait Implementations
sourceimpl PrettyDebugWithSource for Command
impl PrettyDebugWithSource for Command
fn pretty_debug(&self, source: &str) -> DebugDocBuilder
fn refined_pretty_debug(
&self,
_refine: PrettyDebugRefineKind,
source: &str
) -> DebugDocBuilder
fn debug(&self, source: impl Into<Text>) -> String where
Self: Clone,
fn debuggable(self, source: impl Into<Text>) -> DebuggableWithSource<Self>
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<T> SpannedItem for T
impl<T> SpannedItem for T
sourceimpl<T> TaggedItem for T
impl<T> TaggedItem for T
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more