Enum jupyter_types::JupyterTheme
source · pub enum JupyterTheme {
Light,
Dark,
}Expand description
The theme of the Jupyter notebook
Variants§
Trait Implementations§
source§impl Clone for JupyterTheme
impl Clone for JupyterTheme
source§fn clone(&self) -> JupyterTheme
fn clone(&self) -> JupyterTheme
Returns a copy 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 JupyterTheme
impl Debug for JupyterTheme
impl Copy for JupyterTheme
Auto Trait Implementations§
impl RefUnwindSafe for JupyterTheme
impl Send for JupyterTheme
impl Sync for JupyterTheme
impl Unpin for JupyterTheme
impl UnwindSafe for JupyterTheme
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