pub struct DropdownOptionRowVisualState {
pub highlighted: bool,
pub selected: bool,
pub enabled: bool,
}Fields§
§highlighted: bool§selected: bool§enabled: boolImplementations§
Trait Implementations§
Source§impl Clone for DropdownOptionRowVisualState
impl Clone for DropdownOptionRowVisualState
Source§fn clone(&self) -> DropdownOptionRowVisualState
fn clone(&self) -> DropdownOptionRowVisualState
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 moreimpl Copy for DropdownOptionRowVisualState
Source§impl Debug for DropdownOptionRowVisualState
impl Debug for DropdownOptionRowVisualState
Source§impl Default for DropdownOptionRowVisualState
impl Default for DropdownOptionRowVisualState
Source§fn default() -> DropdownOptionRowVisualState
fn default() -> DropdownOptionRowVisualState
Returns the “default value” for a type. Read more
impl Eq for DropdownOptionRowVisualState
impl StructuralPartialEq for DropdownOptionRowVisualState
Auto Trait Implementations§
impl Freeze for DropdownOptionRowVisualState
impl RefUnwindSafe for DropdownOptionRowVisualState
impl Send for DropdownOptionRowVisualState
impl Sync for DropdownOptionRowVisualState
impl Unpin for DropdownOptionRowVisualState
impl UnsafeUnpin for DropdownOptionRowVisualState
impl UnwindSafe for DropdownOptionRowVisualState
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