struct CompanyExecutiveBackgroundJson {
symbol: String,
leader_name: String,
brief_background: Option<String>,
}Fields§
§symbol: String§leader_name: String§brief_background: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompanyExecutiveBackgroundJson
impl RefUnwindSafe for CompanyExecutiveBackgroundJson
impl Send for CompanyExecutiveBackgroundJson
impl Sync for CompanyExecutiveBackgroundJson
impl Unpin for CompanyExecutiveBackgroundJson
impl UnsafeUnpin for CompanyExecutiveBackgroundJson
impl UnwindSafe for CompanyExecutiveBackgroundJson
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