pub struct NoSource;Expand description
Typestate marker: no source has been added to the runtime yet.
run does not exist in this state.
Auto Trait Implementations§
impl Freeze for NoSource
impl RefUnwindSafe for NoSource
impl Send for NoSource
impl Sync for NoSource
impl Unpin for NoSource
impl UnsafeUnpin for NoSource
impl UnwindSafe for NoSource
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