pub struct SarifHelp {
pub text: String,
pub markdown: String,
}Expand description
Help text for a rule, supporting plain text and markdown.
Fields§
§text: StringPlain-text remediation guidance.
markdown: StringMarkdown-formatted remediation guidance.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for SarifHelp
impl<'de> Deserialize<'de> for SarifHelp
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 SarifHelp
impl RefUnwindSafe for SarifHelp
impl Send for SarifHelp
impl Sync for SarifHelp
impl Unpin for SarifHelp
impl UnsafeUnpin for SarifHelp
impl UnwindSafe for SarifHelp
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