Struct aws_sdk_sagemaker::types::AgentVersion
source · #[non_exhaustive]pub struct AgentVersion { /* private fields */ }
Expand description
Edge Manager agent version.
Implementations§
source§impl AgentVersion
impl AgentVersion
source§impl AgentVersion
impl AgentVersion
sourcepub fn builder() -> AgentVersionBuilder
pub fn builder() -> AgentVersionBuilder
Creates a new builder-style object to manufacture AgentVersion
.
Trait Implementations§
source§impl Clone for AgentVersion
impl Clone for AgentVersion
source§fn clone(&self) -> AgentVersion
fn clone(&self) -> AgentVersion
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 AgentVersion
impl Debug for AgentVersion
source§impl PartialEq<AgentVersion> for AgentVersion
impl PartialEq<AgentVersion> for AgentVersion
source§fn eq(&self, other: &AgentVersion) -> bool
fn eq(&self, other: &AgentVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AgentVersion
Auto Trait Implementations§
impl RefUnwindSafe for AgentVersion
impl Send for AgentVersion
impl Sync for AgentVersion
impl Unpin for AgentVersion
impl UnwindSafe for AgentVersion
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