pub struct WarningEvent {
pub message: String,
}Fields§
§message: StringTrait Implementations§
Source§impl Clone for WarningEvent
impl Clone for WarningEvent
Source§fn clone(&self) -> WarningEvent
fn clone(&self) -> WarningEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WarningEvent
impl Debug for WarningEvent
Source§impl<'de> Deserialize<'de> for WarningEvent
impl<'de> Deserialize<'de> for WarningEvent
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
impl Eq for WarningEvent
Source§impl PartialEq for WarningEvent
impl PartialEq for WarningEvent
Source§impl Serialize for WarningEvent
impl Serialize for WarningEvent
impl StructuralPartialEq for WarningEvent
Auto Trait Implementations§
impl Freeze for WarningEvent
impl RefUnwindSafe for WarningEvent
impl Send for WarningEvent
impl Sync for WarningEvent
impl Unpin for WarningEvent
impl UnsafeUnpin for WarningEvent
impl UnwindSafe for WarningEvent
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