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