[−][src]Struct azure_sdk_storage_blob::blob::requests::RenewBlobLeaseBuilder
Methods
impl<'a> RenewBlobLeaseBuilder<'a, Yes, Yes, Yes>
[src]
pub fn finalize(
self
) -> impl Future<Item = RenewBlobLeaseResponse, Error = AzureError>
[src]
self
) -> impl Future<Item = RenewBlobLeaseResponse, Error = AzureError>
Trait Implementations
impl<'a, ContainerNameSet: Clone, BlobNameSet: Clone, LeaseIdSet: Clone> Clone for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> where
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
[src]
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
fn clone(
&self
) -> RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet>
[src]
&self
) -> RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet>
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'a, ContainerNameSet: Debug, BlobNameSet: Debug, LeaseIdSet: Debug> Debug for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> where
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
[src]
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
impl<'a, ContainerNameSet, LeaseIdSet> BlobNameRequired<'a> for RenewBlobLeaseBuilder<'a, ContainerNameSet, Yes, LeaseIdSet> where
ContainerNameSet: ToAssign,
LeaseIdSet: ToAssign,
[src]
ContainerNameSet: ToAssign,
LeaseIdSet: ToAssign,
impl<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> BlobNameSupport<'a> for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> where
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
[src]
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
type O = RenewBlobLeaseBuilder<'a, ContainerNameSet, Yes, LeaseIdSet>
fn with_blob_name(self, blob_name: &'a str) -> Self::O
[src]
impl<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> ClientRequestIdOption<'a> for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> where
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
[src]
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
fn client_request_id(&self) -> Option<&'a str>
[src]
fn add_header(&self, builder: &mut Builder)
[src]
impl<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> ClientRequestIdSupport<'a> for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> where
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
[src]
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
type O = RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet>
fn with_client_request_id(self, client_request_id: &'a str) -> Self::O
[src]
impl<'a, BlobNameSet, LeaseIdSet> ContainerNameRequired<'a> for RenewBlobLeaseBuilder<'a, Yes, BlobNameSet, LeaseIdSet> where
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
[src]
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
fn container_name(&self) -> &'a str
[src]
impl<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> ContainerNameSupport<'a> for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> where
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
[src]
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
type O = RenewBlobLeaseBuilder<'a, Yes, BlobNameSet, LeaseIdSet>
fn with_container_name(self, container_name: &'a str) -> Self::O
[src]
impl<'a, ContainerNameSet, BlobNameSet> LeaseIdRequired<'a> for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, Yes> where
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
[src]
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
impl<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> LeaseIdSupport<'a> for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> where
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
[src]
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
type O = RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, Yes>
fn with_lease_id(self, lease_id: &'a LeaseId) -> Self::O
[src]
impl<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> TimeoutOption for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> where
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
[src]
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
impl<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> TimeoutSupport for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> where
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
[src]
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
type O = RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet>
fn with_timeout(self, timeout: u64) -> Self::O
[src]
impl<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> ClientRequired<'a> for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> where
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
[src]
ContainerNameSet: ToAssign,
BlobNameSet: ToAssign,
LeaseIdSet: ToAssign,
Auto Trait Implementations
impl<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> Send for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> where
BlobNameSet: Send,
ContainerNameSet: Send,
LeaseIdSet: Send,
BlobNameSet: Send,
ContainerNameSet: Send,
LeaseIdSet: Send,
impl<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> Sync for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> where
BlobNameSet: Sync,
ContainerNameSet: Sync,
LeaseIdSet: Sync,
BlobNameSet: Sync,
ContainerNameSet: Sync,
LeaseIdSet: Sync,
impl<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> Unpin for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> where
BlobNameSet: Unpin,
ContainerNameSet: Unpin,
LeaseIdSet: Unpin,
BlobNameSet: Unpin,
ContainerNameSet: Unpin,
LeaseIdSet: Unpin,
impl<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> !UnwindSafe for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet>
impl<'a, ContainerNameSet, BlobNameSet, LeaseIdSet> !RefUnwindSafe for RenewBlobLeaseBuilder<'a, ContainerNameSet, BlobNameSet, LeaseIdSet>
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,