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