pub struct AllChainData {
pub data: AllChain,
pub error: ApiError,
}Fields§
§data: AllChain§error: ApiErrorTrait Implementations§
Source§impl Clone for AllChainData
impl Clone for AllChainData
Source§fn clone(&self) -> AllChainData
fn clone(&self) -> AllChainData
Returns a duplicate of the value. Read more
1.0.0 · 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 AllChainData
impl Debug for AllChainData
Source§impl Default for AllChainData
impl Default for AllChainData
Source§fn default() -> AllChainData
fn default() -> AllChainData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AllChainData
impl<'de> Deserialize<'de> for AllChainData
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 AllChainData
impl PartialEq for AllChainData
Source§impl Serialize for AllChainData
impl Serialize for AllChainData
impl StructuralPartialEq for AllChainData
Auto Trait Implementations§
impl Freeze for AllChainData
impl RefUnwindSafe for AllChainData
impl Send for AllChainData
impl Sync for AllChainData
impl Unpin for AllChainData
impl UnwindSafe for AllChainData
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