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