Struct azure_storage_blobs::prelude::ContainerLeaseClient
source · pub struct ContainerLeaseClient { /* private fields */ }
Implementations§
source§impl ContainerLeaseClient
impl ContainerLeaseClient
pub fn release(&self) -> ReleaseLeaseBuilder
pub fn renew(&self) -> RenewLeaseBuilder
pub fn lease_id(&self) -> LeaseId
pub fn container_client(&self) -> &ContainerClient
Trait Implementations§
source§impl Clone for ContainerLeaseClient
impl Clone for ContainerLeaseClient
source§fn clone(&self) -> ContainerLeaseClient
fn clone(&self) -> ContainerLeaseClient
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more