Struct cdoc::notebook::NotebookMeta
source · pub struct NotebookMeta { /* private fields */ }
Trait Implementations§
source§impl Clone for NotebookMeta
impl Clone for NotebookMeta
source§fn clone(&self) -> NotebookMeta
fn clone(&self) -> NotebookMeta
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 NotebookMeta
impl Debug for NotebookMeta
source§impl Default for NotebookMeta
impl Default for NotebookMeta
source§fn default() -> NotebookMeta
fn default() -> NotebookMeta
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NotebookMeta
impl<'de> Deserialize<'de> for NotebookMeta
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 RefUnwindSafe for NotebookMeta
impl Send for NotebookMeta
impl Sync for NotebookMeta
impl Unpin for NotebookMeta
impl UnwindSafe for NotebookMeta
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