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