pub struct NotebookSourceSettings {
pub status: Option<String>,
pub extra: HashMap<String, Value>,
}Fields§
§status: Option<String>§extra: HashMap<String, Value>Trait Implementations§
Source§impl Clone for NotebookSourceSettings
impl Clone for NotebookSourceSettings
Source§fn clone(&self) -> NotebookSourceSettings
fn clone(&self) -> NotebookSourceSettings
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 moreSource§impl Debug for NotebookSourceSettings
impl Debug for NotebookSourceSettings
Source§impl Default for NotebookSourceSettings
impl Default for NotebookSourceSettings
Source§fn default() -> NotebookSourceSettings
fn default() -> NotebookSourceSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotebookSourceSettings
impl<'de> Deserialize<'de> for NotebookSourceSettings
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 NotebookSourceSettings
impl RefUnwindSafe for NotebookSourceSettings
impl Send for NotebookSourceSettings
impl Sync for NotebookSourceSettings
impl Unpin for NotebookSourceSettings
impl UnwindSafe for NotebookSourceSettings
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