Struct azure_storage_blobs::blob::operations::AcquireLeaseResponse
source · pub struct AcquireLeaseResponse {
pub etag: String,
pub last_modified: OffsetDateTime,
pub lease_id: LeaseId,
pub request_id: RequestId,
pub date: OffsetDateTime,
}Fields§
§etag: String§last_modified: OffsetDateTime§lease_id: LeaseId§request_id: RequestId§date: OffsetDateTimeTrait Implementations§
source§impl Clone for AcquireLeaseResponse
impl Clone for AcquireLeaseResponse
source§fn clone(&self) -> AcquireLeaseResponse
fn clone(&self) -> AcquireLeaseResponse
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 moresource§impl Debug for AcquireLeaseResponse
impl Debug for AcquireLeaseResponse
source§impl PartialEq for AcquireLeaseResponse
impl PartialEq for AcquireLeaseResponse
source§fn eq(&self, other: &AcquireLeaseResponse) -> bool
fn eq(&self, other: &AcquireLeaseResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for AcquireLeaseResponse
impl StructuralEq for AcquireLeaseResponse
impl StructuralPartialEq for AcquireLeaseResponse
Auto Trait Implementations§
impl RefUnwindSafe for AcquireLeaseResponse
impl Send for AcquireLeaseResponse
impl Sync for AcquireLeaseResponse
impl Unpin for AcquireLeaseResponse
impl UnwindSafe for AcquireLeaseResponse
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.