pub struct AnalysisFlowchartSubgraphFacts {
pub id: String,
pub title: String,
pub dir: Option<String>,
pub label_type: Option<String>,
pub classes: Vec<String>,
pub styles: Vec<String>,
pub nodes: Vec<String>,
}Fields§
§id: String§title: String§dir: Option<String>§label_type: Option<String>§classes: Vec<String>§styles: Vec<String>§nodes: Vec<String>Trait Implementations§
Source§impl Clone for AnalysisFlowchartSubgraphFacts
impl Clone for AnalysisFlowchartSubgraphFacts
Source§fn clone(&self) -> AnalysisFlowchartSubgraphFacts
fn clone(&self) -> AnalysisFlowchartSubgraphFacts
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<'de> Deserialize<'de> for AnalysisFlowchartSubgraphFacts
impl<'de> Deserialize<'de> for AnalysisFlowchartSubgraphFacts
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 AnalysisFlowchartSubgraphFacts
impl PartialEq for AnalysisFlowchartSubgraphFacts
Source§fn eq(&self, other: &AnalysisFlowchartSubgraphFacts) -> bool
fn eq(&self, other: &AnalysisFlowchartSubgraphFacts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnalysisFlowchartSubgraphFacts
Auto Trait Implementations§
impl Freeze for AnalysisFlowchartSubgraphFacts
impl RefUnwindSafe for AnalysisFlowchartSubgraphFacts
impl Send for AnalysisFlowchartSubgraphFacts
impl Sync for AnalysisFlowchartSubgraphFacts
impl Unpin for AnalysisFlowchartSubgraphFacts
impl UnsafeUnpin for AnalysisFlowchartSubgraphFacts
impl UnwindSafe for AnalysisFlowchartSubgraphFacts
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