Struct aws_sdk_rekognition::model::DistributeDataset
source · [−]#[non_exhaustive]pub struct DistributeDataset { /* private fields */ }Expand description
A training dataset or a test dataset used in a dataset distribution operation. For more information, see DistributeDatasetEntries.
Implementations
sourceimpl DistributeDataset
impl DistributeDataset
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DistributeDataset.
Trait Implementations
sourceimpl Clone for DistributeDataset
impl Clone for DistributeDataset
sourcefn clone(&self) -> DistributeDataset
fn clone(&self) -> DistributeDataset
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DistributeDataset
impl Debug for DistributeDataset
sourceimpl PartialEq<DistributeDataset> for DistributeDataset
impl PartialEq<DistributeDataset> for DistributeDataset
sourcefn eq(&self, other: &DistributeDataset) -> bool
fn eq(&self, other: &DistributeDataset) -> bool
impl StructuralPartialEq for DistributeDataset
Auto Trait Implementations
impl RefUnwindSafe for DistributeDataset
impl Send for DistributeDataset
impl Sync for DistributeDataset
impl Unpin for DistributeDataset
impl UnwindSafe for DistributeDataset
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more