pub struct FlowAnalysisRuleEntity {
pub bulletins: Option<Vec<BulletinEntity>>,
pub component: Option<FlowAnalysisRuleDto>,
pub disconnected_node_acknowledged: Option<bool>,
pub id: Option<String>,
pub operate_permissions: Option<PermissionsDto>,
pub permissions: Option<PermissionsDto>,
pub position: Option<PositionDto>,
pub revision: Option<RevisionDto>,
pub status: Option<FlowAnalysisRuleStatusDto>,
pub uri: Option<String>,
}Fields§
§bulletins: Option<Vec<BulletinEntity>>§component: Option<FlowAnalysisRuleDto>§disconnected_node_acknowledged: Option<bool>§id: Option<String>§operate_permissions: Option<PermissionsDto>§permissions: Option<PermissionsDto>§position: Option<PositionDto>§revision: Option<RevisionDto>§status: Option<FlowAnalysisRuleStatusDto>§uri: Option<String>Trait Implementations§
Source§impl Clone for FlowAnalysisRuleEntity
impl Clone for FlowAnalysisRuleEntity
Source§fn clone(&self) -> FlowAnalysisRuleEntity
fn clone(&self) -> FlowAnalysisRuleEntity
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 FlowAnalysisRuleEntity
impl Debug for FlowAnalysisRuleEntity
Source§impl Default for FlowAnalysisRuleEntity
impl Default for FlowAnalysisRuleEntity
Source§fn default() -> FlowAnalysisRuleEntity
fn default() -> FlowAnalysisRuleEntity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FlowAnalysisRuleEntity
impl<'de> Deserialize<'de> for FlowAnalysisRuleEntity
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<FlowAnalysisRuleEntity> for FlowAnalysisRuleEntity
impl From<FlowAnalysisRuleEntity> for FlowAnalysisRuleEntity
Source§fn from(v: FlowAnalysisRuleEntity) -> Self
fn from(v: FlowAnalysisRuleEntity) -> Self
Converts to this type from the input type.
Source§impl From<FlowAnalysisRuleEntity> for FlowAnalysisRuleEntity
impl From<FlowAnalysisRuleEntity> for FlowAnalysisRuleEntity
Source§fn from(v: FlowAnalysisRuleEntity) -> Self
fn from(v: FlowAnalysisRuleEntity) -> Self
Converts to this type from the input type.
Source§impl From<FlowAnalysisRuleEntity> for FlowAnalysisRuleEntity
impl From<FlowAnalysisRuleEntity> for FlowAnalysisRuleEntity
Source§fn from(v: FlowAnalysisRuleEntity) -> Self
fn from(v: FlowAnalysisRuleEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FlowAnalysisRuleEntity
impl RefUnwindSafe for FlowAnalysisRuleEntity
impl Send for FlowAnalysisRuleEntity
impl Sync for FlowAnalysisRuleEntity
impl Unpin for FlowAnalysisRuleEntity
impl UnsafeUnpin for FlowAnalysisRuleEntity
impl UnwindSafe for FlowAnalysisRuleEntity
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