pub struct GetBucketEncryptionInput { /* private fields */ }Implementations§
Source§impl GetBucketEncryptionInput
impl GetBucketEncryptionInput
pub fn request_date(&self) -> Option<DateTime<Utc>>
pub fn request_host(&self) -> &str
pub fn request_header(&self) -> &Option<HashMap<String, String>>
pub fn request_query(&self) -> &Option<HashMap<String, String>>
pub fn set_request_date(&mut self, request_date: impl Into<DateTime<Utc>>)
pub fn set_request_host(&mut self, request_host: impl Into<String>)
pub fn set_request_header( &mut self, request_header: impl Into<HashMap<String, String>>, )
pub fn set_request_query( &mut self, request_query: impl Into<HashMap<String, String>>, )
Trait Implementations§
Source§impl Clone for GetBucketEncryptionInput
impl Clone for GetBucketEncryptionInput
Source§fn clone(&self) -> GetBucketEncryptionInput
fn clone(&self) -> GetBucketEncryptionInput
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 GetBucketEncryptionInput
impl Debug for GetBucketEncryptionInput
Source§impl Default for GetBucketEncryptionInput
impl Default for GetBucketEncryptionInput
Source§fn default() -> GetBucketEncryptionInput
fn default() -> GetBucketEncryptionInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetBucketEncryptionInput
impl PartialEq for GetBucketEncryptionInput
impl StructuralPartialEq for GetBucketEncryptionInput
Auto Trait Implementations§
impl Freeze for GetBucketEncryptionInput
impl RefUnwindSafe for GetBucketEncryptionInput
impl Send for GetBucketEncryptionInput
impl Sync for GetBucketEncryptionInput
impl Unpin for GetBucketEncryptionInput
impl UnsafeUnpin for GetBucketEncryptionInput
impl UnwindSafe for GetBucketEncryptionInput
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