pub struct Root_project_Inline {
pub file_header: Option<Root_project_InlineType_fileHeader_Inline>,
pub content_header: Option<Root_project_InlineType_contentHeader_Inline>,
pub types: Option<Root_project_InlineType_types_Inline>,
pub instances: Option<Root_project_InlineType_instances_Inline>,
pub add_data: Option<AddData>,
pub documentation: Option<FormattedText>,
}Expand description
Root_project_InlineType element
Fields§
§file_header: Option<Root_project_InlineType_fileHeader_Inline>fileHeader element
content_header: Option<Root_project_InlineType_contentHeader_Inline>contentHeader element
types: Option<Root_project_InlineType_types_Inline>types element
instances: Option<Root_project_InlineType_instances_Inline>instances element
add_data: Option<AddData>addData element
documentation: Option<FormattedText>documentation element
Trait Implementations§
Source§impl Clone for Root_project_Inline
impl Clone for Root_project_Inline
Source§fn clone(&self) -> Root_project_Inline
fn clone(&self) -> Root_project_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 Debug for Root_project_Inline
impl Debug for Root_project_Inline
Source§impl Default for Root_project_Inline
impl Default for Root_project_Inline
Source§fn default() -> Root_project_Inline
fn default() -> Root_project_Inline
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Root_project_Inline
impl<'de> Deserialize<'de> for Root_project_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_Inline
impl PartialEq for Root_project_Inline
Source§impl Serialize for Root_project_Inline
impl Serialize for Root_project_Inline
impl StructuralPartialEq for Root_project_Inline
Auto Trait Implementations§
impl Freeze for Root_project_Inline
impl RefUnwindSafe for Root_project_Inline
impl Send for Root_project_Inline
impl Sync for Root_project_Inline
impl Unpin for Root_project_Inline
impl UnwindSafe for Root_project_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