pub struct Warning {
pub kind: WarningKind,
pub detail: String<WARNING_DETAIL_MAX>,
}Expand description
Non-fatal warning attached to a report’s warnings (PDD §7/§8).
Fields§
§kind: WarningKind§detail: String<WARNING_DETAIL_MAX>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Warning
impl RefUnwindSafe for Warning
impl Send for Warning
impl Sync for Warning
impl Unpin for Warning
impl UnsafeUnpin for Warning
impl UnwindSafe for Warning
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