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