pub struct Finance {
pub accounting_standards: Option<String>,
pub fiscal_year_cover_page: Option<String>,
pub major_shareholders: Option<Vec<MajorShareholders>>,
pub management_index: Option<Vec<ManagementIndex>>,
}
Expand description
財務情報
Fields§
§accounting_standards: Option<String>
会計基準
fiscal_year_cover_page: Option<String>
期
大株主
management_index: Option<Vec<ManagementIndex>>
財務
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Finance
impl<'de> Deserialize<'de> for Finance
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 Finance
impl RefUnwindSafe for Finance
impl Send for Finance
impl Sync for Finance
impl Unpin for Finance
impl UnwindSafe for Finance
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