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