pub struct IndustryIndex {
pub index: String,
pub name: String,
pub start_date: String,
}
Fields§
§index: String
§name: String
§start_date: String
Trait Implementations§
Source§impl Debug for IndustryIndex
impl Debug for IndustryIndex
Source§impl<'de> Deserialize<'de> for IndustryIndex
impl<'de> Deserialize<'de> for IndustryIndex
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 IndustryIndex
impl RefUnwindSafe for IndustryIndex
impl Send for IndustryIndex
impl Sync for IndustryIndex
impl Unpin for IndustryIndex
impl UnwindSafe for IndustryIndex
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