pub struct VarListPlain_variable_Inline {
pub name: String,
pub address: Option<String>,
pub global_id: Option<String>,
pub type: Option<Data>,
pub initial_value: Option<Value>,
pub add_data: Option<AddData>,
pub documentation: Option<FormattedText>,
}Expand description
varListPlain_variable_InlineType element
Fields§
§name: Stringname attribute
address: Option<String>address attribute
global_id: Option<String>globalId attribute
type: Option<Data>type element
initial_value: Option<Value>initialValue element
add_data: Option<AddData>addData element
documentation: Option<FormattedText>documentation element
Trait Implementations§
Source§impl Clone for VarListPlain_variable_Inline
impl Clone for VarListPlain_variable_Inline
Source§fn clone(&self) -> VarListPlain_variable_Inline
fn clone(&self) -> VarListPlain_variable_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 VarListPlain_variable_Inline
impl Debug for VarListPlain_variable_Inline
Source§impl Default for VarListPlain_variable_Inline
impl Default for VarListPlain_variable_Inline
Source§fn default() -> VarListPlain_variable_Inline
fn default() -> VarListPlain_variable_Inline
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VarListPlain_variable_Inline
impl<'de> Deserialize<'de> for VarListPlain_variable_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 VarListPlain_variable_Inline
impl PartialEq for VarListPlain_variable_Inline
Source§fn eq(&self, other: &VarListPlain_variable_Inline) -> bool
fn eq(&self, other: &VarListPlain_variable_Inline) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VarListPlain_variable_Inline
Auto Trait Implementations§
impl Freeze for VarListPlain_variable_Inline
impl RefUnwindSafe for VarListPlain_variable_Inline
impl Send for VarListPlain_variable_Inline
impl Sync for VarListPlain_variable_Inline
impl Unpin for VarListPlain_variable_Inline
impl UnwindSafe for VarListPlain_variable_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