pub enum ResponseOption {
NoResponse,
Response(DmxFrame),
ResponseNoBreak(DmxFrame),
}
Variants§
Auto Trait Implementations§
impl Freeze for ResponseOption
impl RefUnwindSafe for ResponseOption
impl Send for ResponseOption
impl Sync for ResponseOption
impl Unpin for ResponseOption
impl UnwindSafe for ResponseOption
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