[−][src]Struct tendermint_light_node::config::LightClientConfig
LightClientConfig contains all options of a light client instance.
Fields
address: AddressAddress of the Tendermint fullnode to connect to and fetch LightBlock data from.
peer_id: PeerIdPeerID of the same Tendermint fullnode.
db_path: PathBufThe data base folder for this instance's store.
Trait Implementations
impl Clone for LightClientConfig[src]
fn clone(&self) -> LightClientConfig[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for LightClientConfig[src]
impl Default for LightClientConfig[src]
Default light client config settings.
impl<'de> Deserialize<'de> for LightClientConfig[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for LightClientConfig[src]
Auto Trait Implementations
impl RefUnwindSafe for LightClientConfig
impl Send for LightClientConfig
impl Sync for LightClientConfig
impl Unpin for LightClientConfig
impl UnwindSafe for LightClientConfig
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,
fn as_any(&self) -> &(dyn Any + 'static)[src]
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,
fn borrow_mut(&mut self) -> &mut T[src]
impl<C> Config for C where
C: Debug + Default + DeserializeOwned, [src]
C: Debug + Default + DeserializeOwned,
fn load_toml(toml_string: impl AsRef<str>) -> Result<C, FrameworkError>[src]
fn load_toml_file(path: impl AsRef<CanonicalPath>) -> Result<C, FrameworkError>[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> Erased for T
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]
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> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
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.
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.
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>,