struct CompanyProfileJson {
symbol: String,
item_list: Vec<CompanyProfileItemJson>,
}Fields§
§symbol: String§item_list: Vec<CompanyProfileItemJson>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CompanyProfileJson
impl RefUnwindSafe for CompanyProfileJson
impl Send for CompanyProfileJson
impl Sync for CompanyProfileJson
impl Unpin for CompanyProfileJson
impl UnsafeUnpin for CompanyProfileJson
impl UnwindSafe for CompanyProfileJson
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