Struct aws_sdk_s3::model::RedirectAllRequestsTo
source · [−]#[non_exhaustive]pub struct RedirectAllRequestsTo { /* private fields */ }
Expand description
Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
Implementations
sourceimpl RedirectAllRequestsTo
impl RedirectAllRequestsTo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RedirectAllRequestsTo
.
Trait Implementations
sourceimpl Clone for RedirectAllRequestsTo
impl Clone for RedirectAllRequestsTo
sourcefn clone(&self) -> RedirectAllRequestsTo
fn clone(&self) -> RedirectAllRequestsTo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RedirectAllRequestsTo
impl Debug for RedirectAllRequestsTo
sourceimpl PartialEq<RedirectAllRequestsTo> for RedirectAllRequestsTo
impl PartialEq<RedirectAllRequestsTo> for RedirectAllRequestsTo
sourcefn eq(&self, other: &RedirectAllRequestsTo) -> bool
fn eq(&self, other: &RedirectAllRequestsTo) -> bool
impl StructuralPartialEq for RedirectAllRequestsTo
Auto Trait Implementations
impl RefUnwindSafe for RedirectAllRequestsTo
impl Send for RedirectAllRequestsTo
impl Sync for RedirectAllRequestsTo
impl Unpin for RedirectAllRequestsTo
impl UnwindSafe for RedirectAllRequestsTo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more