pub struct InlineObject4 {
pub corporate_aum: Option<f64>,
pub corporate_esg_pillars: Option<HashMap<String, f64>>,
pub score: Option<i64>,
pub sustainable_investment: Option<bool>,
}Fields§
§corporate_aum: Option<f64>§corporate_esg_pillars: Option<HashMap<String, f64>>§score: Option<i64>§sustainable_investment: Option<bool>Implementations§
Source§impl InlineObject4
impl InlineObject4
pub fn new() -> InlineObject4
Trait Implementations§
Source§impl Clone for InlineObject4
impl Clone for InlineObject4
Source§fn clone(&self) -> InlineObject4
fn clone(&self) -> InlineObject4
Returns a duplicate of the value. Read more
1.0.0 · 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 InlineObject4
impl Debug for InlineObject4
Source§impl Default for InlineObject4
impl Default for InlineObject4
Source§fn default() -> InlineObject4
fn default() -> InlineObject4
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineObject4
impl<'de> Deserialize<'de> for InlineObject4
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 InlineObject4
impl PartialEq for InlineObject4
Source§impl Serialize for InlineObject4
impl Serialize for InlineObject4
impl StructuralPartialEq for InlineObject4
Auto Trait Implementations§
impl Freeze for InlineObject4
impl RefUnwindSafe for InlineObject4
impl Send for InlineObject4
impl Sync for InlineObject4
impl Unpin for InlineObject4
impl UnwindSafe for InlineObject4
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