pub enum HueError {
Unauthorized,
AlreadyAuthorized,
Connection,
Response(Error),
Unsupported,
Unexpected,
Unknown,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HueError
impl !RefUnwindSafe for HueError
impl Send for HueError
impl Sync for HueError
impl Unpin for HueError
impl !UnwindSafe for HueError
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