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