pub enum RadioSize {
Small,
Medium,
Large,
}Expand description
Radio button size
Variants§
Trait Implementations§
impl Copy for RadioSize
impl Eq for RadioSize
impl StructuralPartialEq for RadioSize
Auto Trait Implementations§
impl Freeze for RadioSize
impl RefUnwindSafe for RadioSize
impl Send for RadioSize
impl Sync for RadioSize
impl Unpin for RadioSize
impl UnsafeUnpin for RadioSize
impl UnwindSafe for RadioSize
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