pub struct BlobLeaseClient { /* private fields */ }
Implementations§
source§impl 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§
source§impl Clone for BlobLeaseClient
impl Clone for BlobLeaseClient
source§fn clone(&self) -> BlobLeaseClient
fn clone(&self) -> BlobLeaseClient
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 moreAuto Trait Implementations§
impl Freeze for BlobLeaseClient
impl !RefUnwindSafe for BlobLeaseClient
impl Send for BlobLeaseClient
impl Sync for BlobLeaseClient
impl Unpin for BlobLeaseClient
impl !UnwindSafe for BlobLeaseClient
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)