Struct rusoto_s3::S3KeyFilter [−][src]
pub struct S3KeyFilter {
pub filter_rules: Option<Vec<FilterRule>>,
}Expand description
A container for object key name prefix and suffix filtering rules.
Fields
filter_rules: Option<Vec<FilterRule>>Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for S3KeyFilter
impl Send for S3KeyFilter
impl Sync for S3KeyFilter
impl Unpin for S3KeyFilter
impl UnwindSafe for S3KeyFilter
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more