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