pub enum HueEvent {
Event {
data: Vec<Event>,
},
Error(String),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HueEvent
impl RefUnwindSafe for HueEvent
impl Send for HueEvent
impl Sync for HueEvent
impl Unpin for HueEvent
impl UnwindSafe for HueEvent
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