Struct aws_sdk_keyspaces::output::UpdateTableOutput
source · [−]#[non_exhaustive]pub struct UpdateTableOutput { /* private fields */ }
Implementations
sourceimpl UpdateTableOutput
impl UpdateTableOutput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the modified table.
sourceimpl UpdateTableOutput
impl UpdateTableOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateTableOutput
.
Trait Implementations
sourceimpl Clone for UpdateTableOutput
impl Clone for UpdateTableOutput
sourcefn clone(&self) -> UpdateTableOutput
fn clone(&self) -> UpdateTableOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateTableOutput
impl Debug for UpdateTableOutput
sourceimpl PartialEq<UpdateTableOutput> for UpdateTableOutput
impl PartialEq<UpdateTableOutput> for UpdateTableOutput
sourcefn eq(&self, other: &UpdateTableOutput) -> bool
fn eq(&self, other: &UpdateTableOutput) -> bool
impl StructuralPartialEq for UpdateTableOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateTableOutput
impl Send for UpdateTableOutput
impl Sync for UpdateTableOutput
impl Unpin for UpdateTableOutput
impl UnwindSafe for UpdateTableOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more