pub struct IesValidationWarning {
pub code: &'static str,
pub message: String,
pub severity: IesValidationSeverity,
}Expand description
IES-specific validation warning.
Fields§
§code: &'static strWarning code
message: StringHuman-readable message
severity: IesValidationSeveritySeverity level
Trait Implementations§
Source§impl Clone for IesValidationWarning
impl Clone for IesValidationWarning
Source§fn clone(&self) -> IesValidationWarning
fn clone(&self) -> IesValidationWarning
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 IesValidationWarning
impl Debug for IesValidationWarning
Source§impl Display for IesValidationWarning
impl Display for IesValidationWarning
Source§impl PartialEq for IesValidationWarning
impl PartialEq for IesValidationWarning
impl StructuralPartialEq for IesValidationWarning
Auto Trait Implementations§
impl Freeze for IesValidationWarning
impl RefUnwindSafe for IesValidationWarning
impl Send for IesValidationWarning
impl Sync for IesValidationWarning
impl Unpin for IesValidationWarning
impl UnsafeUnpin for IesValidationWarning
impl UnwindSafe for IesValidationWarning
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