Struct bitcoin_argsman::ArgsManagerCommand
source · pub struct ArgsManagerCommand {
pub command: Option<String>,
pub args: Vec<String>,
}Fields§
§command: Option<String>| The command (if one has been registered | with AddCommand), or empty |
args: Vec<String>| If command is non-empty: Any args that | followed it | | If command is empty: The unregistered | command and any args that followed it |
Trait Implementations§
source§impl Default for ArgsManagerCommand
impl Default for ArgsManagerCommand
source§fn default() -> ArgsManagerCommand
fn default() -> ArgsManagerCommand
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ArgsManagerCommand
impl Send for ArgsManagerCommand
impl Sync for ArgsManagerCommand
impl Unpin for ArgsManagerCommand
impl UnwindSafe for ArgsManagerCommand
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more