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