pub struct HashrateResaleListResponse {
pub code: Option<i64>,
pub msg: Option<String>,
pub data: Option<Box<HashrateResaleListResponseData>>,
}Fields§
§code: Option<i64>§msg: Option<String>§data: Option<Box<HashrateResaleListResponseData>>Implementations§
Source§impl HashrateResaleListResponse
impl HashrateResaleListResponse
pub fn new() -> HashrateResaleListResponse
Trait Implementations§
Source§impl Clone for HashrateResaleListResponse
impl Clone for HashrateResaleListResponse
Source§fn clone(&self) -> HashrateResaleListResponse
fn clone(&self) -> HashrateResaleListResponse
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 HashrateResaleListResponse
impl Debug for HashrateResaleListResponse
Source§impl Default for HashrateResaleListResponse
impl Default for HashrateResaleListResponse
Source§fn default() -> HashrateResaleListResponse
fn default() -> HashrateResaleListResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HashrateResaleListResponse
impl<'de> Deserialize<'de> for HashrateResaleListResponse
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 HashrateResaleListResponse
impl PartialEq for HashrateResaleListResponse
Source§fn eq(&self, other: &HashrateResaleListResponse) -> bool
fn eq(&self, other: &HashrateResaleListResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HashrateResaleListResponse
Auto Trait Implementations§
impl Freeze for HashrateResaleListResponse
impl RefUnwindSafe for HashrateResaleListResponse
impl Send for HashrateResaleListResponse
impl Sync for HashrateResaleListResponse
impl Unpin for HashrateResaleListResponse
impl UnsafeUnpin for HashrateResaleListResponse
impl UnwindSafe for HashrateResaleListResponse
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