pub struct RegisteredTheme {
pub theme: Theme,
pub source: ThemeSource,
}Expand description
One theme in the registry, paired with its source for
themes list output.
Fields§
§theme: Theme§source: ThemeSourceTrait Implementations§
Source§impl Clone for RegisteredTheme
impl Clone for RegisteredTheme
Source§fn clone(&self) -> RegisteredTheme
fn clone(&self) -> RegisteredTheme
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 moreAuto Trait Implementations§
impl Freeze for RegisteredTheme
impl RefUnwindSafe for RegisteredTheme
impl Send for RegisteredTheme
impl Sync for RegisteredTheme
impl Unpin for RegisteredTheme
impl UnsafeUnpin for RegisteredTheme
impl UnwindSafe for RegisteredTheme
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