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