Struct rusoto_s3::ObjectLockLegalHold [−][src]
Expand description
A Legal Hold configuration for an object.
Fields
status: Option<String>Indicates whether the specified object has a Legal Hold in place.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ObjectLockLegalHold
impl Send for ObjectLockLegalHold
impl Sync for ObjectLockLegalHold
impl Unpin for ObjectLockLegalHold
impl UnwindSafe for ObjectLockLegalHold
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more