pub enum GetWeb3ChainsByChainError {
UnknownValue(Value),
}Expand description
struct for typed errors of method get_web3_chains_by_chain
Variants§
Trait Implementations§
Source§impl Clone for GetWeb3ChainsByChainError
impl Clone for GetWeb3ChainsByChainError
Source§fn clone(&self) -> GetWeb3ChainsByChainError
fn clone(&self) -> GetWeb3ChainsByChainError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetWeb3ChainsByChainError
impl Debug for GetWeb3ChainsByChainError
Source§impl<'de> Deserialize<'de> for GetWeb3ChainsByChainError
impl<'de> Deserialize<'de> for GetWeb3ChainsByChainError
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
Auto Trait Implementations§
impl Freeze for GetWeb3ChainsByChainError
impl RefUnwindSafe for GetWeb3ChainsByChainError
impl Send for GetWeb3ChainsByChainError
impl Sync for GetWeb3ChainsByChainError
impl Unpin for GetWeb3ChainsByChainError
impl UnsafeUnpin for GetWeb3ChainsByChainError
impl UnwindSafe for GetWeb3ChainsByChainError
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