pub struct PolicyMatchInfo {
pub policy_id: String,
pub policy_name: String,
pub category: String,
pub severity: String,
pub action: String,
}Fields§
§policy_id: String§policy_name: String§category: String§severity: String§action: StringTrait Implementations§
Source§impl Clone for PolicyMatchInfo
impl Clone for PolicyMatchInfo
Source§fn clone(&self) -> PolicyMatchInfo
fn clone(&self) -> PolicyMatchInfo
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 PolicyMatchInfo
impl Debug for PolicyMatchInfo
Source§impl<'de> Deserialize<'de> for PolicyMatchInfo
impl<'de> Deserialize<'de> for PolicyMatchInfo
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
Auto Trait Implementations§
impl Freeze for PolicyMatchInfo
impl RefUnwindSafe for PolicyMatchInfo
impl Send for PolicyMatchInfo
impl Sync for PolicyMatchInfo
impl Unpin for PolicyMatchInfo
impl UnsafeUnpin for PolicyMatchInfo
impl UnwindSafe for PolicyMatchInfo
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