[−][src]Struct rgb::rgbd::Opts
Fields
verbose: u8Sets verbosity level; can be used multiple times to increase verbosity
bin_dir: StringPath to the directory containing daemon executables
data_dir: StringData directory path
contracts: Vec<ContractName>Contract daemons to launch
fungible_rpc_endpoint: StringZMQ socket address string for REQ/REP API of fungibled
fungible_pub_endpoint: StringZMQ socket address string for PUB/SUB API of fungibled
stash_rpc_endpoint: StringZMQ socket address string for REQ/REP API of stashd
stash_pub_endpoint: StringZMQ socket address string for PUB/SUB API of stashd
cache: StringConnection string to fungibled cache (exact format depends on used storage engine)
format: DataFormatData format for fungibled cache storage (valid only if file storage is used)
stash: StringConnection string to stashd stash (exact format depends on used storage engine)
index: StringConnection string to indexing service
p2p_endpoint: StringLNP socket address string for P2P API of stashd
threaded: boolRun services as threads instead of daemons
network: ChainBitcoin network to use
electrum_server: StringElectrum server to use to fecth Bitcoin transactions
Trait Implementations
impl Clap for Opts[src]
pub fn parse() -> Self[src]
pub fn try_parse() -> Result<Self, Error>[src]
pub fn parse_from<I, T>(itr: I) -> Self where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>, [src]
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
pub fn try_parse_from<I, T>(itr: I) -> Result<Self, Error> where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>, [src]
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
impl Default for Opts[src]
impl From<Opts> for Config[src]
impl FromArgMatches for Opts[src]
pub fn from_arg_matches(matches: &ArgMatches) -> Self[src]
impl IntoApp for Opts[src]
Auto Trait Implementations
impl RefUnwindSafe for Opts[src]
impl Send for Opts[src]
impl Sync for Opts[src]
impl Unpin for Opts[src]
impl UnwindSafe for Opts[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
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> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> IntoSql for T[src]
pub fn into_sql<T>(self) -> Self::Expression where
Self: AsExpression<T>, [src]
Self: AsExpression<T>,
pub fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>, [src]
&'a Self: AsExpression<T>,
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>,