pub struct ResolvedThemeCatalog {
pub catalog: Catalog,
pub revision: String,
pub warnings: Vec<ThemeOverrideWarning>,
}Expand description
A catalog with all configured themes applied and a reproducible identity.
Fields§
§catalog: Catalog§revision: String§warnings: Vec<ThemeOverrideWarning>Trait Implementations§
Source§impl Clone for ResolvedThemeCatalog
impl Clone for ResolvedThemeCatalog
Source§fn clone(&self) -> ResolvedThemeCatalog
fn clone(&self) -> ResolvedThemeCatalog
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResolvedThemeCatalog
impl Debug for ResolvedThemeCatalog
impl Eq for ResolvedThemeCatalog
Source§impl PartialEq for ResolvedThemeCatalog
impl PartialEq for ResolvedThemeCatalog
impl StructuralPartialEq for ResolvedThemeCatalog
Auto Trait Implementations§
impl Freeze for ResolvedThemeCatalog
impl RefUnwindSafe for ResolvedThemeCatalog
impl Send for ResolvedThemeCatalog
impl Sync for ResolvedThemeCatalog
impl Unpin for ResolvedThemeCatalog
impl UnsafeUnpin for ResolvedThemeCatalog
impl UnwindSafe for ResolvedThemeCatalog
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