pub struct RillRateConfig {
pub node: Option<NodeConfig>,
pub explorer: Option<bool>,
}Expand description
The main config struct.
Fields§
§node: Option<NodeConfig>§explorer: Option<bool>Show explorer
Trait Implementations§
Source§impl Debug for RillRateConfig
impl Debug for RillRateConfig
Source§impl Default for RillRateConfig
impl Default for RillRateConfig
Source§fn default() -> RillRateConfig
fn default() -> RillRateConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RillRateConfig
impl<'de> Deserialize<'de> for RillRateConfig
Source§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
Source§impl PartialEq for RillRateConfig
impl PartialEq for RillRateConfig
Source§impl ReadableConfig for RillRateConfig
impl ReadableConfig for RillRateConfig
impl Config for RillRateConfig
impl Eq for RillRateConfig
impl StructuralPartialEq for RillRateConfig
Auto Trait Implementations§
impl Freeze for RillRateConfig
impl RefUnwindSafe for RillRateConfig
impl Send for RillRateConfig
impl Sync for RillRateConfig
impl Unpin for RillRateConfig
impl UnwindSafe for RillRateConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.