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