#[non_exhaustive]pub struct S3ReplicateObjectOperation {}Expand description
Directs the specified job to invoke ReplicateObject on every object in the job's manifest.
Implementations
sourceimpl S3ReplicateObjectOperation
impl S3ReplicateObjectOperation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3ReplicateObjectOperation.
Trait Implementations
sourceimpl Clone for S3ReplicateObjectOperation
impl Clone for S3ReplicateObjectOperation
sourcefn clone(&self) -> S3ReplicateObjectOperation
fn clone(&self) -> S3ReplicateObjectOperation
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 S3ReplicateObjectOperation
impl Debug for S3ReplicateObjectOperation
sourceimpl PartialEq<S3ReplicateObjectOperation> for S3ReplicateObjectOperation
impl PartialEq<S3ReplicateObjectOperation> for S3ReplicateObjectOperation
sourcefn eq(&self, other: &S3ReplicateObjectOperation) -> bool
fn eq(&self, other: &S3ReplicateObjectOperation) -> bool
impl StructuralPartialEq for S3ReplicateObjectOperation
Auto Trait Implementations
impl RefUnwindSafe for S3ReplicateObjectOperation
impl Send for S3ReplicateObjectOperation
impl Sync for S3ReplicateObjectOperation
impl Unpin for S3ReplicateObjectOperation
impl UnwindSafe for S3ReplicateObjectOperation
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