pub struct IocraftTheme {
pub background: Option<Color>,
pub foreground: Option<Color>,
pub primary: Option<Color>,
pub secondary: Option<Color>,
}
Fields§
§background: Option<Color>
§foreground: Option<Color>
§primary: Option<Color>
§secondary: Option<Color>
Trait Implementations§
Source§impl Clone for IocraftTheme
impl Clone for IocraftTheme
Source§fn clone(&self) -> IocraftTheme
fn clone(&self) -> IocraftTheme
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for IocraftTheme
impl RefUnwindSafe for IocraftTheme
impl Send for IocraftTheme
impl Sync for IocraftTheme
impl Unpin for IocraftTheme
impl UnwindSafe for IocraftTheme
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