pub struct BlobClientChangeLeaseResult;
Expand description
Contains results for BlobClient::change_lease()
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlobClientChangeLeaseResult
impl RefUnwindSafe for BlobClientChangeLeaseResult
impl Send for BlobClientChangeLeaseResult
impl Sync for BlobClientChangeLeaseResult
impl Unpin for BlobClientChangeLeaseResult
impl UnwindSafe for BlobClientChangeLeaseResult
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