Struct component_events::events::Discovered
source · pub struct Discovered { /* private fields */ }
Implementations§
source§impl Discovered
impl Discovered
pub fn result<'a>( &'a self ) -> Result<&'a DiscoveredPayload, &'a DiscoveredError>
Trait Implementations§
source§impl Debug for Discovered
impl Debug for Discovered
source§impl Event for Discovered
impl Event for Discovered
Auto Trait Implementations§
impl RefUnwindSafe for Discovered
impl Send for Discovered
impl Sync for Discovered
impl Unpin for Discovered
impl UnwindSafe for Discovered
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