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