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