Struct aws_sdk_datasync::operation::update_location_object_storage::builders::UpdateLocationObjectStorageOutputBuilder
source · #[non_exhaustive]pub struct UpdateLocationObjectStorageOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateLocationObjectStorageOutput
.
Implementations§
source§impl UpdateLocationObjectStorageOutputBuilder
impl UpdateLocationObjectStorageOutputBuilder
sourcepub fn build(self) -> UpdateLocationObjectStorageOutput
pub fn build(self) -> UpdateLocationObjectStorageOutput
Consumes the builder and constructs a UpdateLocationObjectStorageOutput
.
Trait Implementations§
source§impl Clone for UpdateLocationObjectStorageOutputBuilder
impl Clone for UpdateLocationObjectStorageOutputBuilder
source§fn clone(&self) -> UpdateLocationObjectStorageOutputBuilder
fn clone(&self) -> UpdateLocationObjectStorageOutputBuilder
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 Default for UpdateLocationObjectStorageOutputBuilder
impl Default for UpdateLocationObjectStorageOutputBuilder
source§fn default() -> UpdateLocationObjectStorageOutputBuilder
fn default() -> UpdateLocationObjectStorageOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateLocationObjectStorageOutputBuilder
impl PartialEq for UpdateLocationObjectStorageOutputBuilder
source§fn eq(&self, other: &UpdateLocationObjectStorageOutputBuilder) -> bool
fn eq(&self, other: &UpdateLocationObjectStorageOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateLocationObjectStorageOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateLocationObjectStorageOutputBuilder
impl Send for UpdateLocationObjectStorageOutputBuilder
impl Sync for UpdateLocationObjectStorageOutputBuilder
impl Unpin for UpdateLocationObjectStorageOutputBuilder
impl UnwindSafe for UpdateLocationObjectStorageOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more