#[non_exhaustive]pub struct UpdateNotebookInstanceOutput {}
Implementations§
source§impl UpdateNotebookInstanceOutput
impl UpdateNotebookInstanceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateNotebookInstanceOutput
.
Trait Implementations§
source§impl Clone for UpdateNotebookInstanceOutput
impl Clone for UpdateNotebookInstanceOutput
source§fn clone(&self) -> UpdateNotebookInstanceOutput
fn clone(&self) -> UpdateNotebookInstanceOutput
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 UpdateNotebookInstanceOutput
impl Debug for UpdateNotebookInstanceOutput
source§impl PartialEq<UpdateNotebookInstanceOutput> for UpdateNotebookInstanceOutput
impl PartialEq<UpdateNotebookInstanceOutput> for UpdateNotebookInstanceOutput
source§fn eq(&self, other: &UpdateNotebookInstanceOutput) -> bool
fn eq(&self, other: &UpdateNotebookInstanceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.