pub struct ThreadErrorEvent {
pub message: String,
}Fields§
§message: StringFatal error message associated with the thread.
Trait Implementations§
Source§impl Clone for ThreadErrorEvent
impl Clone for ThreadErrorEvent
Source§fn clone(&self) -> ThreadErrorEvent
fn clone(&self) -> ThreadErrorEvent
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 ThreadErrorEvent
impl Debug for ThreadErrorEvent
Source§impl<'de> Deserialize<'de> for ThreadErrorEvent
impl<'de> Deserialize<'de> for ThreadErrorEvent
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 PartialEq for ThreadErrorEvent
impl PartialEq for ThreadErrorEvent
Source§impl Serialize for ThreadErrorEvent
impl Serialize for ThreadErrorEvent
impl Eq for ThreadErrorEvent
impl StructuralPartialEq for ThreadErrorEvent
Auto Trait Implementations§
impl Freeze for ThreadErrorEvent
impl RefUnwindSafe for ThreadErrorEvent
impl Send for ThreadErrorEvent
impl Sync for ThreadErrorEvent
impl Unpin for ThreadErrorEvent
impl UnwindSafe for ThreadErrorEvent
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