Struct aws_sdk_s3control::model::S3ObjectLockLegalHold
source · [−]#[non_exhaustive]pub struct S3ObjectLockLegalHold { /* private fields */ }Expand description
Whether S3 Object Lock legal hold will be applied to objects in an S3 Batch Operations job.
Implementations
sourceimpl S3ObjectLockLegalHold
impl S3ObjectLockLegalHold
sourcepub fn status(&self) -> Option<&S3ObjectLockLegalHoldStatus>
pub fn status(&self) -> Option<&S3ObjectLockLegalHoldStatus>
The Object Lock legal hold status to be applied to all objects in the Batch Operations job.
sourceimpl S3ObjectLockLegalHold
impl S3ObjectLockLegalHold
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3ObjectLockLegalHold.
Trait Implementations
sourceimpl Clone for S3ObjectLockLegalHold
impl Clone for S3ObjectLockLegalHold
sourcefn clone(&self) -> S3ObjectLockLegalHold
fn clone(&self) -> S3ObjectLockLegalHold
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 S3ObjectLockLegalHold
impl Debug for S3ObjectLockLegalHold
sourceimpl PartialEq<S3ObjectLockLegalHold> for S3ObjectLockLegalHold
impl PartialEq<S3ObjectLockLegalHold> for S3ObjectLockLegalHold
sourcefn eq(&self, other: &S3ObjectLockLegalHold) -> bool
fn eq(&self, other: &S3ObjectLockLegalHold) -> bool
impl StructuralPartialEq for S3ObjectLockLegalHold
Auto Trait Implementations
impl RefUnwindSafe for S3ObjectLockLegalHold
impl Send for S3ObjectLockLegalHold
impl Sync for S3ObjectLockLegalHold
impl Unpin for S3ObjectLockLegalHold
impl UnwindSafe for S3ObjectLockLegalHold
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