Struct rusoto_s3::util::S3Config[][src]

pub struct S3Config {
    pub addressing_style: AddressingStyle,
}

Fields

addressing_style: AddressingStyle

Trait Implementations

impl Clone for S3Config[src]

impl Debug for S3Config[src]

impl Default for S3Config[src]

impl PartialEq<S3Config> for S3Config[src]

impl StructuralPartialEq for S3Config[src]

Auto Trait Implementations

impl RefUnwindSafe for S3Config

impl Send for S3Config

impl Sync for S3Config

impl Unpin for S3Config

impl UnwindSafe for S3Config

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T[src]

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.