pub enum ControlSize {
Default,
Small,
}Variants§
Trait Implementations§
Source§impl Clone for ControlSize
impl Clone for ControlSize
Source§fn clone(&self) -> ControlSize
fn clone(&self) -> ControlSize
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ControlSize
impl Debug for ControlSize
Source§impl PartialEq for ControlSize
impl PartialEq for ControlSize
Source§fn eq(&self, other: &ControlSize) -> bool
fn eq(&self, other: &ControlSize) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ControlSize
impl Eq for ControlSize
impl StructuralPartialEq for ControlSize
Auto Trait Implementations§
impl Freeze for ControlSize
impl RefUnwindSafe for ControlSize
impl Send for ControlSize
impl Sync for ControlSize
impl Unpin for ControlSize
impl UnsafeUnpin for ControlSize
impl UnwindSafe for ControlSize
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