Enum tendermint_light_node::commands::LightNodeCmd [−][src]
LightNode Subcommands
Variants
Help(Help<Self>)The help subcommand
intialize the light node
start the light node
version of the light node
Trait Implementations
impl Command for LightNodeCmd[src]
fn name() -> &'static str[src]
Name of this program as a string
fn description() -> &'static str[src]
Description of this program
fn version() -> &'static str[src]
Version of this program
fn authors() -> &'static str[src]
Authors of this program
fn subcommand_usage(command: &str) -> Option<Usage>[src]
get usage information for the named subcommand
pub fn from_args<A>(into_args: A) -> Self where
A: IntoIterator<Item = String>, [src]
A: IntoIterator<Item = String>,
pub fn from_env_args() -> Self[src]
pub fn print_usage_and_exit(args: &[String]) -> ![src]
impl Configurable<LightNodeConfig> for LightNodeCmd[src]
This trait allows you to define how application configuration is loaded.
fn config_path(&self) -> Option<PathBuf>[src]
Location of the configuration file
fn process_config(
&self,
config: LightNodeConfig
) -> Result<LightNodeConfig, FrameworkError>[src]
&self,
config: LightNodeConfig
) -> Result<LightNodeConfig, FrameworkError>
Apply changes to the config after it's been loaded, e.g. overriding values in a config file using command-line options.
This can be safely deleted if you don't want to override config settings from command-line options.
impl Debug for LightNodeCmd[src]
impl Options for LightNodeCmd[src]
fn parse<__S: AsRef<str>>(_parser: &mut Parser<'_, __S>) -> Result<Self, Error>[src]
fn command_name(&self) -> Option<&'static str>[src]
fn help_requested(&self) -> bool[src]
fn parse_command<__S: AsRef<str>>(
name: &str,
_parser: &mut Parser<'_, __S>
) -> Result<Self, Error>[src]
name: &str,
_parser: &mut Parser<'_, __S>
) -> Result<Self, Error>
fn usage() -> &'static str[src]
fn command_list() -> Option<&'static str>[src]
fn command_usage(name: &str) -> Option<&'static str>[src]
pub fn parse_args<S>(args: &[S], style: ParsingStyle) -> Result<Self, Error> where
S: AsRef<str>, [src]
S: AsRef<str>,
pub fn parse_args_or_exit(style: ParsingStyle) -> Self[src]
pub fn parse_args_default_or_exit() -> Self[src]
pub fn parse_args_default<S>(args: &[S]) -> Result<Self, Error> where
S: AsRef<str>, [src]
S: AsRef<str>,
impl Runnable for LightNodeCmd[src]
Auto Trait Implementations
impl RefUnwindSafe for LightNodeCmd[src]
impl Send for LightNodeCmd[src]
impl Sync for LightNodeCmd[src]
impl Unpin for LightNodeCmd[src]
impl UnwindSafe for LightNodeCmd[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> AsAny for T where
T: Any, [src]
T: Any,
pub fn as_any(&self) -> &(dyn Any + 'static)[src]
pub fn as_mut_any(&mut self) -> &mut (dyn Any + 'static)[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Erased for T
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,