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