pub enum AppStartError {
AlreadyOnline,
Other(Error),
}
Variants§
Trait Implementations§
Source§impl Debug for AppStartError
impl Debug for AppStartError
Auto Trait Implementations§
impl Freeze for AppStartError
impl !RefUnwindSafe for AppStartError
impl Send for AppStartError
impl Sync for AppStartError
impl Unpin for AppStartError
impl !UnwindSafe for AppStartError
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