Struct aws_sdk_outposts::output::UpdateOutpostOutput
source · [−]#[non_exhaustive]pub struct UpdateOutpostOutput { /* private fields */ }
Implementations
sourceimpl UpdateOutpostOutput
impl UpdateOutpostOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateOutpostOutput
.
Trait Implementations
sourceimpl Clone for UpdateOutpostOutput
impl Clone for UpdateOutpostOutput
sourcefn clone(&self) -> UpdateOutpostOutput
fn clone(&self) -> UpdateOutpostOutput
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 UpdateOutpostOutput
impl Debug for UpdateOutpostOutput
sourceimpl PartialEq<UpdateOutpostOutput> for UpdateOutpostOutput
impl PartialEq<UpdateOutpostOutput> for UpdateOutpostOutput
sourcefn eq(&self, other: &UpdateOutpostOutput) -> bool
fn eq(&self, other: &UpdateOutpostOutput) -> bool
impl StructuralPartialEq for UpdateOutpostOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateOutpostOutput
impl Send for UpdateOutpostOutput
impl Sync for UpdateOutpostOutput
impl Unpin for UpdateOutpostOutput
impl UnwindSafe for UpdateOutpostOutput
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