pub struct UiBg {
pub primary: String,
pub secondary: String,
}Expand description
Background colors (nested under [ui.bg]).
Fields§
§primary: StringPrimary application background.
secondary: StringSecondary / sidebar background.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for UiBg
impl<'de> Deserialize<'de> for UiBg
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 Eq for UiBg
impl StructuralPartialEq for UiBg
Auto Trait Implementations§
impl Freeze for UiBg
impl RefUnwindSafe for UiBg
impl Send for UiBg
impl Sync for UiBg
impl Unpin for UiBg
impl UnsafeUnpin for UiBg
impl UnwindSafe for UiBg
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