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