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