Struct freya::prelude::DropdownTheme
source · pub struct DropdownTheme {
pub desplegable_background: &'static str,
pub background_button: &'static str,
pub hover_background: &'static str,
pub font_theme: FontTheme,
}
Expand description
Theming properties for Dropdown components.
Fields§
§desplegable_background: &'static str
§hover_background: &'static str
§font_theme: FontTheme
Trait Implementations§
source§impl Clone for DropdownTheme
impl Clone for DropdownTheme
source§fn clone(&self) -> DropdownTheme
fn clone(&self) -> DropdownTheme
Returns a copy 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 DropdownTheme
impl Debug for DropdownTheme
source§impl PartialEq<DropdownTheme> for DropdownTheme
impl PartialEq<DropdownTheme> for DropdownTheme
source§fn eq(&self, other: &DropdownTheme) -> bool
fn eq(&self, other: &DropdownTheme) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DropdownTheme
impl StructuralEq for DropdownTheme
impl StructuralPartialEq for DropdownTheme
Auto Trait Implementations§
impl RefUnwindSafe for DropdownTheme
impl Send for DropdownTheme
impl Sync for DropdownTheme
impl Unpin for DropdownTheme
impl UnwindSafe for DropdownTheme
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.