Struct nu_protocol::CallInfo [−][src]
pub struct CallInfo {
pub args: EvaluatedArgs,
pub name_tag: Tag,
}Expand description
Associated information for the call of a command, including the args passed to the command and a tag that spans the name of the command being called
Fields
args: EvaluatedArgsThe arguments associated with this call
name_tag: TagThe tag (underline-able position) of the name of the call itself
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for CallInfoimpl UnwindSafe for CallInfoBlanket Implementations
Mutably borrows from an owned value. Read more