pub enum EntertainmentConfigurationCommand {
Action(EntertainmentAction),
}Expand description
Commands for an EntertainmentConfiguration.
Variants§
Action(EntertainmentAction)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntertainmentConfigurationCommand
impl RefUnwindSafe for EntertainmentConfigurationCommand
impl Send for EntertainmentConfigurationCommand
impl Sync for EntertainmentConfigurationCommand
impl Unpin for EntertainmentConfigurationCommand
impl UnsafeUnpin for EntertainmentConfigurationCommand
impl UnwindSafe for EntertainmentConfigurationCommand
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