pub struct JupyterLabMeta {
pub outputs_hidden: Option<bool>,
pub source_hidden: Option<bool>,
}
Expand description
Extra metadata for the JupyterLab application
Fields§
Hide cell outputs
Hide cell source but show outputs
Trait Implementations§
Source§impl Clone for JupyterLabMeta
impl Clone for JupyterLabMeta
Source§fn clone(&self) -> JupyterLabMeta
fn clone(&self) -> JupyterLabMeta
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 JupyterLabMeta
impl Debug for JupyterLabMeta
Source§impl Default for JupyterLabMeta
impl Default for JupyterLabMeta
Source§fn default() -> JupyterLabMeta
fn default() -> JupyterLabMeta
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for JupyterLabMeta
impl<'de> Deserialize<'de> for JupyterLabMeta
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
Auto Trait Implementations§
impl Freeze for JupyterLabMeta
impl RefUnwindSafe for JupyterLabMeta
impl Send for JupyterLabMeta
impl Sync for JupyterLabMeta
impl Unpin for JupyterLabMeta
impl UnwindSafe for JupyterLabMeta
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