Struct azure_storage_blobs::prelude::ContainerLeaseClient
source · [−]pub struct ContainerLeaseClient { /* private fields */ }
Implementations
sourceimpl 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
sourceimpl Clone for ContainerLeaseClient
impl Clone for ContainerLeaseClient
sourcefn clone(&self) -> ContainerLeaseClient
fn clone(&self) -> ContainerLeaseClient
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 moreAuto Trait Implementations
impl !RefUnwindSafe for ContainerLeaseClient
impl Send for ContainerLeaseClient
impl Sync for ContainerLeaseClient
impl Unpin for ContainerLeaseClient
impl !UnwindSafe for ContainerLeaseClient
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