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