pub struct SfcObjects_selectionDivergence_Inline {
pub local_id: String,
pub height: Option<String>,
pub width: Option<String>,
pub global_id: Option<String>,
pub position: Option<Position>,
pub connection_point_in: Option<ConnectionPointIn>,
pub connection_point_out: Vec<SfcObjects_selectionDivergence_InlineType_connectionPointOut_Inline>,
pub add_data: Option<AddData>,
pub documentation: Option<FormattedText>,
}Expand description
sfcObjects_selectionDivergence_InlineType element
Fields§
§local_id: StringlocalId attribute
height: Option<String>height attribute
width: Option<String>width attribute
global_id: Option<String>globalId attribute
position: Option<Position>position element
connection_point_in: Option<ConnectionPointIn>connectionPointIn element
connection_point_out: Vec<SfcObjects_selectionDivergence_InlineType_connectionPointOut_Inline>connectionPointOut element
add_data: Option<AddData>addData element
documentation: Option<FormattedText>documentation element
Trait Implementations§
Source§impl Clone for SfcObjects_selectionDivergence_Inline
impl Clone for SfcObjects_selectionDivergence_Inline
Source§fn clone(&self) -> SfcObjects_selectionDivergence_Inline
fn clone(&self) -> SfcObjects_selectionDivergence_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 SfcObjects_selectionDivergence_Inline
impl Default for SfcObjects_selectionDivergence_Inline
Source§fn default() -> SfcObjects_selectionDivergence_Inline
fn default() -> SfcObjects_selectionDivergence_Inline
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SfcObjects_selectionDivergence_Inline
impl<'de> Deserialize<'de> for SfcObjects_selectionDivergence_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 SfcObjects_selectionDivergence_Inline
impl PartialEq for SfcObjects_selectionDivergence_Inline
Source§fn eq(&self, other: &SfcObjects_selectionDivergence_Inline) -> bool
fn eq(&self, other: &SfcObjects_selectionDivergence_Inline) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SfcObjects_selectionDivergence_Inline
Auto Trait Implementations§
impl Freeze for SfcObjects_selectionDivergence_Inline
impl RefUnwindSafe for SfcObjects_selectionDivergence_Inline
impl Send for SfcObjects_selectionDivergence_Inline
impl Sync for SfcObjects_selectionDivergence_Inline
impl Unpin for SfcObjects_selectionDivergence_Inline
impl UnwindSafe for SfcObjects_selectionDivergence_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