Struct azure_storage_blobs::prelude::BlobLeaseClient
source · [−]pub struct BlobLeaseClient { /* private fields */ }
Implementations
sourceimpl BlobLeaseClient
impl BlobLeaseClient
pub fn change(&self, proposed_lease_id: ProposedLeaseId) -> ChangeLeaseBuilder
pub fn release(&self) -> ReleaseLeaseBuilder
pub fn renew(&self) -> RenewLeaseBuilder
pub fn lease_id(&self) -> LeaseId
pub fn container_client(&self) -> &ContainerClient
pub fn blob_client(&self) -> &BlobClient
Trait Implementations
sourceimpl Clone for BlobLeaseClient
impl Clone for BlobLeaseClient
sourcefn clone(&self) -> BlobLeaseClient
fn clone(&self) -> BlobLeaseClient
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 BlobLeaseClient
impl Send for BlobLeaseClient
impl Sync for BlobLeaseClient
impl Unpin for BlobLeaseClient
impl !UnwindSafe for BlobLeaseClient
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