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