pub enum RadioMode {
On,
Off,
}Variants§
Implementations§
Trait Implementations§
impl Copy for RadioMode
impl Eq for RadioMode
impl StructuralPartialEq for RadioMode
Auto Trait Implementations§
impl Freeze for RadioMode
impl RefUnwindSafe for RadioMode
impl Send for RadioMode
impl Sync for RadioMode
impl Unpin for RadioMode
impl UnsafeUnpin for RadioMode
impl UnwindSafe for RadioMode
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