pub struct GetObjectRetention { /* private fields */ }
Expand description
Argument builder for the GetObjectRetention
S3 API operation.
This struct constructs the parameters required for the Client::get_object_retention
method.
Implementations§
Source§impl GetObjectRetention
impl GetObjectRetention
Trait Implementations§
Source§impl Clone for GetObjectRetention
impl Clone for GetObjectRetention
Source§fn clone(&self) -> GetObjectRetention
fn clone(&self) -> GetObjectRetention
Returns a duplicate 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 GetObjectRetention
impl Debug for GetObjectRetention
Source§impl Default for GetObjectRetention
impl Default for GetObjectRetention
Source§fn default() -> GetObjectRetention
fn default() -> GetObjectRetention
Returns the “default value” for a type. Read more
Source§impl S3Api for GetObjectRetention
impl S3Api for GetObjectRetention
Source§type S3Response = GetObjectRetentionResponse
type S3Response = GetObjectRetentionResponse
The response type associated with this request builder. Read more
Source§impl ToS3Request for GetObjectRetention
impl ToS3Request for GetObjectRetention
Auto Trait Implementations§
impl Freeze for GetObjectRetention
impl !RefUnwindSafe for GetObjectRetention
impl Send for GetObjectRetention
impl Sync for GetObjectRetention
impl Unpin for GetObjectRetention
impl !UnwindSafe for GetObjectRetention
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