pub struct NotificationConfigurationFilter {
pub key: Option<S3KeyFilter>,
}Expand description
Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon Simple Storage Service Developer Guide.
Fields§
§key: Option<S3KeyFilter>Trait Implementations§
Source§impl Clone for NotificationConfigurationFilter
impl Clone for NotificationConfigurationFilter
Source§fn clone(&self) -> NotificationConfigurationFilter
fn clone(&self) -> NotificationConfigurationFilter
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 NotificationConfigurationFilter
impl Default for NotificationConfigurationFilter
Source§fn default() -> NotificationConfigurationFilter
fn default() -> NotificationConfigurationFilter
Returns the “default value” for a type. Read more
Source§impl PartialEq for NotificationConfigurationFilter
impl PartialEq for NotificationConfigurationFilter
Source§fn eq(&self, other: &NotificationConfigurationFilter) -> bool
fn eq(&self, other: &NotificationConfigurationFilter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NotificationConfigurationFilter
Auto Trait Implementations§
impl Freeze for NotificationConfigurationFilter
impl RefUnwindSafe for NotificationConfigurationFilter
impl Send for NotificationConfigurationFilter
impl Sync for NotificationConfigurationFilter
impl Unpin for NotificationConfigurationFilter
impl UnwindSafe for NotificationConfigurationFilter
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