pub struct FbdObjects_block_Inline {Show 13 fields
pub local_id: String,
pub width: Option<String>,
pub height: Option<String>,
pub type_name: String,
pub instance_name: Option<String>,
pub execution_order_id: Option<String>,
pub global_id: Option<String>,
pub position: Option<Position>,
pub input_variables: Option<FbdObjects_block_InlineType_inputVariables_Inline>,
pub in_out_variables: Option<FbdObjects_block_InlineType_inOutVariables_Inline>,
pub output_variables: Option<FbdObjects_block_InlineType_outputVariables_Inline>,
pub add_data: Option<AddData>,
pub documentation: Option<FormattedText>,
}Expand description
fbdObjects_block_InlineType element
Fields§
§local_id: StringlocalId attribute
width: Option<String>width attribute
height: Option<String>height attribute
type_name: StringtypeName attribute
instance_name: Option<String>instanceName attribute
execution_order_id: Option<String>executionOrderId attribute
global_id: Option<String>globalId attribute
position: Option<Position>position element
input_variables: Option<FbdObjects_block_InlineType_inputVariables_Inline>inputVariables element
in_out_variables: Option<FbdObjects_block_InlineType_inOutVariables_Inline>inOutVariables element
output_variables: Option<FbdObjects_block_InlineType_outputVariables_Inline>outputVariables element
add_data: Option<AddData>addData element
documentation: Option<FormattedText>documentation element
Trait Implementations§
Source§impl Clone for FbdObjects_block_Inline
impl Clone for FbdObjects_block_Inline
Source§fn clone(&self) -> FbdObjects_block_Inline
fn clone(&self) -> FbdObjects_block_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 FbdObjects_block_Inline
impl Debug for FbdObjects_block_Inline
Source§impl Default for FbdObjects_block_Inline
impl Default for FbdObjects_block_Inline
Source§fn default() -> FbdObjects_block_Inline
fn default() -> FbdObjects_block_Inline
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FbdObjects_block_Inline
impl<'de> Deserialize<'de> for FbdObjects_block_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 FbdObjects_block_Inline
impl PartialEq for FbdObjects_block_Inline
Source§impl Serialize for FbdObjects_block_Inline
impl Serialize for FbdObjects_block_Inline
impl StructuralPartialEq for FbdObjects_block_Inline
Auto Trait Implementations§
impl Freeze for FbdObjects_block_Inline
impl RefUnwindSafe for FbdObjects_block_Inline
impl Send for FbdObjects_block_Inline
impl Sync for FbdObjects_block_Inline
impl Unpin for FbdObjects_block_Inline
impl UnwindSafe for FbdObjects_block_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