pub struct UpdateNotebookInstanceOutput {}
Trait Implementations§
Source§impl Clone for UpdateNotebookInstanceOutput
impl Clone for UpdateNotebookInstanceOutput
Source§fn clone(&self) -> UpdateNotebookInstanceOutput
fn clone(&self) -> UpdateNotebookInstanceOutput
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 UpdateNotebookInstanceOutput
impl Debug for UpdateNotebookInstanceOutput
Source§impl Default for UpdateNotebookInstanceOutput
impl Default for UpdateNotebookInstanceOutput
Source§fn default() -> UpdateNotebookInstanceOutput
fn default() -> UpdateNotebookInstanceOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateNotebookInstanceOutput
impl<'de> Deserialize<'de> for UpdateNotebookInstanceOutput
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
Source§impl PartialEq for UpdateNotebookInstanceOutput
impl PartialEq for UpdateNotebookInstanceOutput
Source§fn eq(&self, other: &UpdateNotebookInstanceOutput) -> bool
fn eq(&self, other: &UpdateNotebookInstanceOutput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdateNotebookInstanceOutput
Auto Trait Implementations§
impl Freeze for UpdateNotebookInstanceOutput
impl RefUnwindSafe for UpdateNotebookInstanceOutput
impl Send for UpdateNotebookInstanceOutput
impl Sync for UpdateNotebookInstanceOutput
impl Unpin for UpdateNotebookInstanceOutput
impl UnwindSafe for UpdateNotebookInstanceOutput
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