pub enum SelectSize {
Small,
Medium,
Large,
}Variants§
Trait Implementations§
Source§impl Clone for SelectSize
impl Clone for SelectSize
Source§fn clone(&self) -> SelectSize
fn clone(&self) -> SelectSize
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SelectSize
impl Debug for SelectSize
Source§impl PartialEq for SelectSize
impl PartialEq for SelectSize
impl Copy for SelectSize
impl StructuralPartialEq for SelectSize
Auto Trait Implementations§
impl Freeze for SelectSize
impl RefUnwindSafe for SelectSize
impl Send for SelectSize
impl Sync for SelectSize
impl Unpin for SelectSize
impl UnwindSafe for SelectSize
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