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