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