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