pub struct UiColors {
pub color: ColorPalette,
pub text: TextColors,
pub background: String,
pub border: String,
pub surface: String,
}Fields§
§color: ColorPalette§text: TextColors§background: String§border: String§surface: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for UiColors
impl<'de> Deserialize<'de> for UiColors
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
Auto Trait Implementations§
impl Freeze for UiColors
impl RefUnwindSafe for UiColors
impl Send for UiColors
impl Sync for UiColors
impl Unpin for UiColors
impl UnsafeUnpin for UiColors
impl UnwindSafe for UiColors
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