pub struct AnalysisFlowchartNodeFacts {Show 16 fields
pub id: String,
pub label: Option<String>,
pub label_type: Option<String>,
pub layout_shape: Option<String>,
pub icon: Option<String>,
pub form: Option<String>,
pub pos: Option<String>,
pub img: Option<String>,
pub constraint: Option<String>,
pub asset_width: Option<f64>,
pub asset_height: Option<f64>,
pub classes: Vec<String>,
pub styles: Vec<String>,
pub link: Option<String>,
pub link_target: Option<String>,
pub have_callback: bool,
}Fields§
§id: String§label: Option<String>§label_type: Option<String>§layout_shape: Option<String>§icon: Option<String>§form: Option<String>§pos: Option<String>§img: Option<String>§constraint: Option<String>§asset_width: Option<f64>§asset_height: Option<f64>§classes: Vec<String>§styles: Vec<String>§link: Option<String>§link_target: Option<String>§have_callback: boolTrait Implementations§
Source§impl Clone for AnalysisFlowchartNodeFacts
impl Clone for AnalysisFlowchartNodeFacts
Source§fn clone(&self) -> AnalysisFlowchartNodeFacts
fn clone(&self) -> AnalysisFlowchartNodeFacts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AnalysisFlowchartNodeFacts
impl Debug for AnalysisFlowchartNodeFacts
Source§impl<'de> Deserialize<'de> for AnalysisFlowchartNodeFacts
impl<'de> Deserialize<'de> for AnalysisFlowchartNodeFacts
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 AnalysisFlowchartNodeFacts
impl PartialEq for AnalysisFlowchartNodeFacts
Source§fn eq(&self, other: &AnalysisFlowchartNodeFacts) -> bool
fn eq(&self, other: &AnalysisFlowchartNodeFacts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnalysisFlowchartNodeFacts
Auto Trait Implementations§
impl Freeze for AnalysisFlowchartNodeFacts
impl RefUnwindSafe for AnalysisFlowchartNodeFacts
impl Send for AnalysisFlowchartNodeFacts
impl Sync for AnalysisFlowchartNodeFacts
impl Unpin for AnalysisFlowchartNodeFacts
impl UnsafeUnpin for AnalysisFlowchartNodeFacts
impl UnwindSafe for AnalysisFlowchartNodeFacts
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