pub enum ResumeError {
AlreadyRunning,
}Variants§
AlreadyRunning
Trait Implementations§
Source§impl Debug for ResumeError
impl Debug for ResumeError
Auto Trait Implementations§
impl Freeze for ResumeError
impl RefUnwindSafe for ResumeError
impl Send for ResumeError
impl Sync for ResumeError
impl Unpin for ResumeError
impl UnwindSafe for ResumeError
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