pub struct Root_project_InlineType_fileHeader_Inline {
pub company_name: String,
pub company_url: Option<String>,
pub product_name: String,
pub product_version: String,
pub product_release: Option<String>,
pub creation_date_time: String,
pub content_description: Option<String>,
}Expand description
Root_project_InlineType_fileHeader_InlineType element
Fields§
§company_name: StringcompanyName attribute
company_url: Option<String>companyURL attribute
product_name: StringproductName attribute
product_version: StringproductVersion attribute
product_release: Option<String>productRelease attribute
creation_date_time: StringcreationDateTime attribute
content_description: Option<String>contentDescription attribute
Trait Implementations§
Source§impl Clone for Root_project_InlineType_fileHeader_Inline
impl Clone for Root_project_InlineType_fileHeader_Inline
Source§fn clone(&self) -> Root_project_InlineType_fileHeader_Inline
fn clone(&self) -> Root_project_InlineType_fileHeader_Inline
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for Root_project_InlineType_fileHeader_Inline
impl Default for Root_project_InlineType_fileHeader_Inline
Source§fn default() -> Root_project_InlineType_fileHeader_Inline
fn default() -> Root_project_InlineType_fileHeader_Inline
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Root_project_InlineType_fileHeader_Inline
impl<'de> Deserialize<'de> for Root_project_InlineType_fileHeader_Inline
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
Source§impl PartialEq for Root_project_InlineType_fileHeader_Inline
impl PartialEq for Root_project_InlineType_fileHeader_Inline
Source§fn eq(&self, other: &Root_project_InlineType_fileHeader_Inline) -> bool
fn eq(&self, other: &Root_project_InlineType_fileHeader_Inline) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Root_project_InlineType_fileHeader_Inline
Auto Trait Implementations§
impl Freeze for Root_project_InlineType_fileHeader_Inline
impl RefUnwindSafe for Root_project_InlineType_fileHeader_Inline
impl Send for Root_project_InlineType_fileHeader_Inline
impl Sync for Root_project_InlineType_fileHeader_Inline
impl Unpin for Root_project_InlineType_fileHeader_Inline
impl UnwindSafe for Root_project_InlineType_fileHeader_Inline
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