pub struct TabColor {
pub rgb: Option<String>,
pub theme: Option<u32>,
pub indexed: Option<u32>,
}Expand description
Tab color specification.
Fields§
§rgb: Option<String>§theme: Option<u32>§indexed: Option<u32>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TabColor
impl<'de> Deserialize<'de> for TabColor
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 TabColor
Auto Trait Implementations§
impl Freeze for TabColor
impl RefUnwindSafe for TabColor
impl Send for TabColor
impl Sync for TabColor
impl Unpin for TabColor
impl UnwindSafe for TabColor
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