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