pub struct SarifMessage {
pub text: String,
}Fields§
§text: StringTrait Implementations§
Source§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