pub struct PwmAssetDataPoint {
pub date: Option<String>,
pub asset_value_usd: Option<String>,
}Fields§
§date: Option<String>§asset_value_usd: Option<String>Trait Implementations§
Source§impl Clone for PwmAssetDataPoint
impl Clone for PwmAssetDataPoint
Source§fn clone(&self) -> PwmAssetDataPoint
fn clone(&self) -> PwmAssetDataPoint
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 PwmAssetDataPoint
impl Debug for PwmAssetDataPoint
Source§impl<'de> Deserialize<'de> for PwmAssetDataPoint
impl<'de> Deserialize<'de> for PwmAssetDataPoint
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 PwmAssetDataPoint
impl RefUnwindSafe for PwmAssetDataPoint
impl Send for PwmAssetDataPoint
impl Sync for PwmAssetDataPoint
impl Unpin for PwmAssetDataPoint
impl UnsafeUnpin for PwmAssetDataPoint
impl UnwindSafe for PwmAssetDataPoint
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