pub enum UITypes {
Text,
Checkbox,
ComboBox,
}Variants§
Auto Trait Implementations§
impl Freeze for UITypes
impl RefUnwindSafe for UITypes
impl Send for UITypes
impl Sync for UITypes
impl Unpin for UITypes
impl UnwindSafe for UITypes
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