Struct freya::hooks::AccordionThemeWith  
source · pub struct AccordionThemeWith {
    pub color: Option<Cow<'static, str>>,
    pub background: Option<Cow<'static, str>>,
    pub border_fill: Option<Cow<'static, str>>,
}Expand description
You can use this to change a theme for only one component, with the theme property.
Fields§
§color: Option<Cow<'static, str>>§background: Option<Cow<'static, str>>§border_fill: Option<Cow<'static, str>>Trait Implementations§
source§impl Clone for AccordionThemeWith
 
impl Clone for AccordionThemeWith
source§fn clone(&self) -> AccordionThemeWith
 
fn clone(&self) -> AccordionThemeWith
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 AccordionThemeWith
 
impl Debug for AccordionThemeWith
source§impl Default for AccordionThemeWith
 
impl Default for AccordionThemeWith
source§fn default() -> AccordionThemeWith
 
fn default() -> AccordionThemeWith
Returns the “default value” for a type. Read more
source§impl PartialEq<AccordionThemeWith> for AccordionThemeWith
 
impl PartialEq<AccordionThemeWith> for AccordionThemeWith
source§fn eq(&self, other: &AccordionThemeWith) -> bool
 
fn eq(&self, other: &AccordionThemeWith) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for AccordionThemeWith
impl StructuralEq for AccordionThemeWith
impl StructuralPartialEq for AccordionThemeWith
Auto Trait Implementations§
impl RefUnwindSafe for AccordionThemeWith
impl Send for AccordionThemeWith
impl Sync for AccordionThemeWith
impl Unpin for AccordionThemeWith
impl UnwindSafe for AccordionThemeWith
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.§impl<T> Instrument for T
 
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
    T: Default,
 
impl<T> NoneValue for Twhere T: Default,
type NoneType = T
§fn null_value() -> T
 
fn null_value() -> T
The none-equivalent value.
§impl<T> Pointable for T
 
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for Pwhere
    R: Read + ReadEndian<P>,
    P: Default,
 
impl<R, P> ReadPrimitive<R> for Pwhere R: Read + ReadEndian<P>, P: Default,
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
 
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as 
ReadEndian::read_from_little_endian().