pub struct PwmPlanDetailResult {
pub plan_id: Option<String>,
pub plan_name: Option<String>,
pub plan_type: Option<String>,
pub status: Option<String>,
pub current_asset_usd: Option<String>,
pub accumulate_yield_usd: Option<String>,
pub weighted_avg_apr: Option<String>,
pub current_assets: Option<Value>,
pub positions: Option<Value>,
pub created_time: Option<String>,
}Fields§
§plan_id: Option<String>§plan_name: Option<String>§plan_type: Option<String>§status: Option<String>§current_asset_usd: Option<String>§accumulate_yield_usd: Option<String>§weighted_avg_apr: Option<String>§current_assets: Option<Value>§positions: Option<Value>§created_time: Option<String>Trait Implementations§
Source§impl Clone for PwmPlanDetailResult
impl Clone for PwmPlanDetailResult
Source§fn clone(&self) -> PwmPlanDetailResult
fn clone(&self) -> PwmPlanDetailResult
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 PwmPlanDetailResult
impl Debug for PwmPlanDetailResult
Source§impl<'de> Deserialize<'de> for PwmPlanDetailResult
impl<'de> Deserialize<'de> for PwmPlanDetailResult
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 PwmPlanDetailResult
impl RefUnwindSafe for PwmPlanDetailResult
impl Send for PwmPlanDetailResult
impl Sync for PwmPlanDetailResult
impl Unpin for PwmPlanDetailResult
impl UnsafeUnpin for PwmPlanDetailResult
impl UnwindSafe for PwmPlanDetailResult
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