pub struct SarifMessage {
pub text: String,
}Expand description
SARIF message
Fields§
§text: StringTrait Implementations§
Source§impl Clone for SarifMessage
impl Clone for SarifMessage
Source§fn clone(&self) -> SarifMessage
fn clone(&self) -> SarifMessage
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 SarifMessage
impl Debug for SarifMessage
Auto Trait Implementations§
impl Freeze for SarifMessage
impl RefUnwindSafe for SarifMessage
impl Send for SarifMessage
impl Sync for SarifMessage
impl Unpin for SarifMessage
impl UnsafeUnpin for SarifMessage
impl UnwindSafe for SarifMessage
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