pub struct GetObjectLockConfigurationRequest {
pub bucket: String,
}Fields§
§bucket: StringThe bucket whose Object Lock configuration you want to retrieve.
Trait Implementations§
Source§impl Clone for GetObjectLockConfigurationRequest
impl Clone for GetObjectLockConfigurationRequest
Source§fn clone(&self) -> GetObjectLockConfigurationRequest
fn clone(&self) -> GetObjectLockConfigurationRequest
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 Default for GetObjectLockConfigurationRequest
impl Default for GetObjectLockConfigurationRequest
Source§fn default() -> GetObjectLockConfigurationRequest
fn default() -> GetObjectLockConfigurationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetObjectLockConfigurationRequest
impl PartialEq for GetObjectLockConfigurationRequest
Source§fn eq(&self, other: &GetObjectLockConfigurationRequest) -> bool
fn eq(&self, other: &GetObjectLockConfigurationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetObjectLockConfigurationRequest
Auto Trait Implementations§
impl Freeze for GetObjectLockConfigurationRequest
impl RefUnwindSafe for GetObjectLockConfigurationRequest
impl Send for GetObjectLockConfigurationRequest
impl Sync for GetObjectLockConfigurationRequest
impl Unpin for GetObjectLockConfigurationRequest
impl UnwindSafe for GetObjectLockConfigurationRequest
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