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