pub struct SkillMdAlert {
pub pattern: String,
pub severity: String,
pub message: String,
}Expand description
Alert for a suspicious pattern found in SKILL.md.
Fields§
§pattern: String§severity: String§message: StringTrait Implementations§
Source§impl Clone for SkillMdAlert
impl Clone for SkillMdAlert
Source§fn clone(&self) -> SkillMdAlert
fn clone(&self) -> SkillMdAlert
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 SkillMdAlert
impl Debug for SkillMdAlert
Auto Trait Implementations§
impl Freeze for SkillMdAlert
impl RefUnwindSafe for SkillMdAlert
impl Send for SkillMdAlert
impl Sync for SkillMdAlert
impl Unpin for SkillMdAlert
impl UnsafeUnpin for SkillMdAlert
impl UnwindSafe for SkillMdAlert
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