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