Struct component_events::events::EventError
source · pub struct EventError {
pub description: String,
}
Fields§
§description: String
Trait Implementations§
source§impl Debug for EventError
impl Debug for EventError
source§impl PartialEq<EventError> for EventError
impl PartialEq<EventError> for EventError
source§fn eq(&self, other: &EventError) -> bool
fn eq(&self, other: &EventError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for EventError
impl StructuralEq for EventError
impl StructuralPartialEq for EventError
Auto Trait Implementations§
impl RefUnwindSafe for EventError
impl Send for EventError
impl Sync for EventError
impl Unpin for EventError
impl UnwindSafe for EventError
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