pub struct TabsTheme {
pub active_color: Color,
pub inactive_color: Color,
pub indicator_height: f32,
pub background: Color,
pub divider_color: Color,
}Expand description
Visual parameters for the Tabs widget.
Fields§
§active_color: Color§inactive_color: Color§indicator_height: f32§background: Color§divider_color: ColorImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TabsTheme
impl<'de> Deserialize<'de> for TabsTheme
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for TabsTheme
Auto Trait Implementations§
impl Freeze for TabsTheme
impl RefUnwindSafe for TabsTheme
impl Send for TabsTheme
impl Sync for TabsTheme
impl Unpin for TabsTheme
impl UnsafeUnpin for TabsTheme
impl UnwindSafe for TabsTheme
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