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