pub struct CCAssetIndustry {
pub asset_industry: Option<String>,
pub justification: Option<String>,
}
Fields§
§asset_industry: Option<String>
§justification: Option<String>
A justification for putting an asset in this industry.
Trait Implementations§
Source§impl Debug for CCAssetIndustry
impl Debug for CCAssetIndustry
Source§impl<'de> Deserialize<'de> for CCAssetIndustry
impl<'de> Deserialize<'de> for CCAssetIndustry
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 CCAssetIndustry
impl RefUnwindSafe for CCAssetIndustry
impl Send for CCAssetIndustry
impl Sync for CCAssetIndustry
impl Unpin for CCAssetIndustry
impl UnwindSafe for CCAssetIndustry
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