pub struct TypeWarning {
pub message: String,
pub line: usize,
pub column: usize,
}Expand description
Type warning for non-fatal issues
Fields§
§message: String§line: usize§column: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for TypeWarning
impl RefUnwindSafe for TypeWarning
impl Send for TypeWarning
impl Sync for TypeWarning
impl Unpin for TypeWarning
impl UnsafeUnpin for TypeWarning
impl UnwindSafe for TypeWarning
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