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