pub struct StartedPayload {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StartedPayload
impl RefUnwindSafe for StartedPayload
impl Send for StartedPayload
impl Sync for StartedPayload
impl Unpin for StartedPayload
impl UnwindSafe for StartedPayload
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