pub struct Warning { /* private fields */ }Implementations§
Trait Implementations§
Source§impl BeSpecificEventData for Warning
impl BeSpecificEventData for Warning
fn scheme() -> &'static str
fn importance() -> EventImportance
Source§impl<'de> Deserialize<'de> for Warning
impl<'de> Deserialize<'de> for Warning
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<Warning> for GenericWarning
impl From<Warning> for GenericWarning
impl Eq for Warning
impl StructuralPartialEq for Warning
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<S> BeEventData for Swhere
S: BeSpecificEventData,
impl<S> BeEventData for Swhere
S: BeSpecificEventData,
fn scheme(&self) -> &'static str
fn importance(&self) -> EventImportance
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