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 Freeze for Started
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