[][src]Struct azure_sdk_storage_blob::container::requests::GetACLBuilder

pub struct GetACLBuilder<'a, ContainerNameSet> where
    ContainerNameSet: ToAssign
{ /* fields omitted */ }

Methods

impl<'a> GetACLBuilder<'a, Yes>[src]

pub fn finalize(self) -> impl Future<Item = GetACLResponse, Error = AzureError>[src]

Trait Implementations

impl<'a, ContainerNameSet: Clone> Clone for GetACLBuilder<'a, ContainerNameSet> where
    ContainerNameSet: ToAssign
[src]

impl<'a, ContainerNameSet: Debug> Debug for GetACLBuilder<'a, ContainerNameSet> where
    ContainerNameSet: ToAssign
[src]

impl<'a, ContainerNameSet> ClientRequestIdOption<'a> for GetACLBuilder<'a, ContainerNameSet> where
    ContainerNameSet: ToAssign
[src]

impl<'a, ContainerNameSet> ClientRequestIdSupport<'a> for GetACLBuilder<'a, ContainerNameSet> where
    ContainerNameSet: ToAssign
[src]

type O = GetACLBuilder<'a, ContainerNameSet>

impl<'a> ContainerNameRequired<'a> for GetACLBuilder<'a, Yes>[src]

impl<'a, ContainerNameSet> ContainerNameSupport<'a> for GetACLBuilder<'a, ContainerNameSet> where
    ContainerNameSet: ToAssign
[src]

type O = GetACLBuilder<'a, Yes>

impl<'a, ContainerNameSet> LeaseIdOption<'a> for GetACLBuilder<'a, ContainerNameSet> where
    ContainerNameSet: ToAssign
[src]

impl<'a, ContainerNameSet> LeaseIdSupport<'a> for GetACLBuilder<'a, ContainerNameSet> where
    ContainerNameSet: ToAssign
[src]

type O = GetACLBuilder<'a, ContainerNameSet>

impl<'a, ContainerNameSet> TimeoutOption for GetACLBuilder<'a, ContainerNameSet> where
    ContainerNameSet: ToAssign
[src]

impl<'a, ContainerNameSet> TimeoutSupport for GetACLBuilder<'a, ContainerNameSet> where
    ContainerNameSet: ToAssign
[src]

type O = GetACLBuilder<'a, ContainerNameSet>

impl<'a, ContainerNameSet> ClientRequired<'a> for GetACLBuilder<'a, ContainerNameSet> where
    ContainerNameSet: ToAssign
[src]

Auto Trait Implementations

impl<'a, ContainerNameSet> Send for GetACLBuilder<'a, ContainerNameSet> where
    ContainerNameSet: Send

impl<'a, ContainerNameSet> Sync for GetACLBuilder<'a, ContainerNameSet> where
    ContainerNameSet: Sync

impl<'a, ContainerNameSet> Unpin for GetACLBuilder<'a, ContainerNameSet> where
    ContainerNameSet: Unpin

impl<'a, ContainerNameSet> !UnwindSafe for GetACLBuilder<'a, ContainerNameSet>

impl<'a, ContainerNameSet> !RefUnwindSafe for GetACLBuilder<'a, ContainerNameSet>

Blanket Implementations

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

impl<T> From<T> for T[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.

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

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

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