pub struct ReleaseBlobLeaseResponse {
pub etag: String,
pub last_modified: DateTime<Utc>,
pub request_id: RequestId,
pub date: DateTime<Utc>,
}
Fields§
§etag: String
§last_modified: DateTime<Utc>
§request_id: RequestId
§date: DateTime<Utc>
Trait Implementations§
Source§impl Clone for ReleaseBlobLeaseResponse
impl Clone for ReleaseBlobLeaseResponse
Source§fn clone(&self) -> ReleaseBlobLeaseResponse
fn clone(&self) -> ReleaseBlobLeaseResponse
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 ReleaseBlobLeaseResponse
impl Debug for ReleaseBlobLeaseResponse
Source§impl PartialEq for ReleaseBlobLeaseResponse
impl PartialEq for ReleaseBlobLeaseResponse
impl StructuralPartialEq for ReleaseBlobLeaseResponse
Auto Trait Implementations§
impl Freeze for ReleaseBlobLeaseResponse
impl RefUnwindSafe for ReleaseBlobLeaseResponse
impl Send for ReleaseBlobLeaseResponse
impl Sync for ReleaseBlobLeaseResponse
impl Unpin for ReleaseBlobLeaseResponse
impl UnwindSafe for ReleaseBlobLeaseResponse
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