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