pub enum ThemeStylesheet {
Bundled,
File(PathBuf),
}Variants§
Trait Implementations§
Source§impl Clone for ThemeStylesheet
impl Clone for ThemeStylesheet
Source§fn clone(&self) -> ThemeStylesheet
fn clone(&self) -> ThemeStylesheet
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 ThemeStylesheet
impl RefUnwindSafe for ThemeStylesheet
impl Send for ThemeStylesheet
impl Sync for ThemeStylesheet
impl Unpin for ThemeStylesheet
impl UnsafeUnpin for ThemeStylesheet
impl UnwindSafe for ThemeStylesheet
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