pub struct ResolvedSidebarTheme {
pub background: Rgba,
pub foreground: Rgba,
}Expand description
Sidebar panel background and foreground colors.
Fields§
§background: RgbaSidebar panel background fill.
foreground: RgbaSidebar text color.
Trait Implementations§
Source§impl Clone for ResolvedSidebarTheme
impl Clone for ResolvedSidebarTheme
Source§fn clone(&self) -> ResolvedSidebarTheme
fn clone(&self) -> ResolvedSidebarTheme
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 moreSource§impl Debug for ResolvedSidebarTheme
impl Debug for ResolvedSidebarTheme
Source§impl<'de> Deserialize<'de> for ResolvedSidebarTheme
impl<'de> Deserialize<'de> for ResolvedSidebarTheme
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
Source§impl PartialEq for ResolvedSidebarTheme
impl PartialEq for ResolvedSidebarTheme
Source§impl Serialize for ResolvedSidebarTheme
impl Serialize for ResolvedSidebarTheme
impl StructuralPartialEq for ResolvedSidebarTheme
Auto Trait Implementations§
impl Freeze for ResolvedSidebarTheme
impl RefUnwindSafe for ResolvedSidebarTheme
impl Send for ResolvedSidebarTheme
impl Sync for ResolvedSidebarTheme
impl Unpin for ResolvedSidebarTheme
impl UnsafeUnpin for ResolvedSidebarTheme
impl UnwindSafe for ResolvedSidebarTheme
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