Struct aws_sdk_datasync::operation::update_location_azure_blob::UpdateLocationAzureBlobOutput
source · #[non_exhaustive]pub struct UpdateLocationAzureBlobOutput { /* private fields */ }
Implementations§
source§impl UpdateLocationAzureBlobOutput
impl UpdateLocationAzureBlobOutput
sourcepub fn builder() -> UpdateLocationAzureBlobOutputBuilder
pub fn builder() -> UpdateLocationAzureBlobOutputBuilder
Creates a new builder-style object to manufacture UpdateLocationAzureBlobOutput
.
Trait Implementations§
source§impl Clone for UpdateLocationAzureBlobOutput
impl Clone for UpdateLocationAzureBlobOutput
source§fn clone(&self) -> UpdateLocationAzureBlobOutput
fn clone(&self) -> UpdateLocationAzureBlobOutput
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 PartialEq for UpdateLocationAzureBlobOutput
impl PartialEq for UpdateLocationAzureBlobOutput
source§fn eq(&self, other: &UpdateLocationAzureBlobOutput) -> bool
fn eq(&self, other: &UpdateLocationAzureBlobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateLocationAzureBlobOutput
impl RequestId for UpdateLocationAzureBlobOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for UpdateLocationAzureBlobOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateLocationAzureBlobOutput
impl Send for UpdateLocationAzureBlobOutput
impl Sync for UpdateLocationAzureBlobOutput
impl Unpin for UpdateLocationAzureBlobOutput
impl UnwindSafe for UpdateLocationAzureBlobOutput
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