pub enum EffectsControllerEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EffectsControllerEvent
impl RefUnwindSafe for EffectsControllerEvent
impl Send for EffectsControllerEvent
impl Sync for EffectsControllerEvent
impl Unpin for EffectsControllerEvent
impl UnwindSafe for EffectsControllerEvent
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