pub struct FlowComparisonEntity {
pub component_differences: Option<Vec<ComponentDifferenceDto>>,
}Fields§
§component_differences: Option<Vec<ComponentDifferenceDto>>Trait Implementations§
Source§impl Clone for FlowComparisonEntity
impl Clone for FlowComparisonEntity
Source§fn clone(&self) -> FlowComparisonEntity
fn clone(&self) -> FlowComparisonEntity
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 FlowComparisonEntity
impl Debug for FlowComparisonEntity
Source§impl Default for FlowComparisonEntity
impl Default for FlowComparisonEntity
Source§fn default() -> FlowComparisonEntity
fn default() -> FlowComparisonEntity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlowComparisonEntity
impl<'de> Deserialize<'de> for FlowComparisonEntity
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 From<FlowComparisonEntity> for FlowComparisonEntity
impl From<FlowComparisonEntity> for FlowComparisonEntity
Source§fn from(v: FlowComparisonEntity) -> Self
fn from(v: FlowComparisonEntity) -> Self
Converts to this type from the input type.
Source§impl From<FlowComparisonEntity> for FlowComparisonEntity
impl From<FlowComparisonEntity> for FlowComparisonEntity
Source§fn from(v: FlowComparisonEntity) -> Self
fn from(v: FlowComparisonEntity) -> Self
Converts to this type from the input type.
Source§impl From<FlowComparisonEntity> for FlowComparisonEntity
impl From<FlowComparisonEntity> for FlowComparisonEntity
Source§fn from(v: FlowComparisonEntity) -> Self
fn from(v: FlowComparisonEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FlowComparisonEntity
impl RefUnwindSafe for FlowComparisonEntity
impl Send for FlowComparisonEntity
impl Sync for FlowComparisonEntity
impl Unpin for FlowComparisonEntity
impl UnsafeUnpin for FlowComparisonEntity
impl UnwindSafe for FlowComparisonEntity
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