Struct component_events::events::DestroyedError
source · pub struct DestroyedError {
pub description: String,
}
Fields§
§description: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DestroyedError
impl Send for DestroyedError
impl Sync for DestroyedError
impl Unpin for DestroyedError
impl UnwindSafe for DestroyedError
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