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