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