pub struct HsExtDiagMsg {
pub severity: HsExtDiagSeverity,
pub pass: String,
pub message: String,
}Expand description
A diagnostic message from a HsExt pass.
Fields§
§severity: HsExtDiagSeverity§pass: String§message: StringImplementations§
Trait Implementations§
Source§impl Clone for HsExtDiagMsg
impl Clone for HsExtDiagMsg
Source§fn clone(&self) -> HsExtDiagMsg
fn clone(&self) -> HsExtDiagMsg
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 HsExtDiagMsg
impl Debug for HsExtDiagMsg
Auto Trait Implementations§
impl Freeze for HsExtDiagMsg
impl RefUnwindSafe for HsExtDiagMsg
impl Send for HsExtDiagMsg
impl Sync for HsExtDiagMsg
impl Unpin for HsExtDiagMsg
impl UnsafeUnpin for HsExtDiagMsg
impl UnwindSafe for HsExtDiagMsg
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