Enum ui2::InputVariant
source · pub enum InputVariant {
Ghost,
Filled,
}
Variants§
Trait Implementations§
source§impl Default for InputVariant
impl Default for InputVariant
source§fn default() -> InputVariant
fn default() -> InputVariant
Returns the “default value” for a type. Read more
source§impl PartialEq<InputVariant> for InputVariant
impl PartialEq<InputVariant> for InputVariant
source§fn eq(&self, other: &InputVariant) -> bool
fn eq(&self, other: &InputVariant) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InputVariant
Auto Trait Implementations§
impl RefUnwindSafe for InputVariant
impl Send for InputVariant
impl Sync for InputVariant
impl Unpin for InputVariant
impl UnwindSafe for InputVariant
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