Struct thaw::ButtonTheme
source · pub struct ButtonTheme {
pub padding_tiny: String,
pub padding_small: String,
pub padding_medium: String,
pub padding_large: String,
pub border_color_solid: String,
pub color_text_hover: String,
pub color_text_active: String,
pub color_text_disabled: String,
pub color_background_disabled: String,
pub color_border_disabled: String,
}Fields§
§padding_tiny: String§padding_small: String§padding_medium: String§padding_large: String§border_color_solid: String§color_text_hover: String§color_text_active: String§color_text_disabled: String§color_background_disabled: String§color_border_disabled: StringTrait Implementations§
source§impl Clone for ButtonTheme
impl Clone for ButtonTheme
source§fn clone(&self) -> ButtonTheme
fn clone(&self) -> ButtonTheme
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 ThemeMethod for ButtonTheme
impl ThemeMethod for ButtonTheme
Auto Trait Implementations§
impl RefUnwindSafe for ButtonTheme
impl Send for ButtonTheme
impl Sync for ButtonTheme
impl Unpin for ButtonTheme
impl UnwindSafe for ButtonTheme
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