pub struct PutBlockListResponse {
pub etag: String,
pub last_modified: OffsetDateTime,
pub content_md5: Option<ConsistencyMD5>,
pub request_id: RequestId,
pub date: OffsetDateTime,
pub request_server_encrypted: bool,
}
Fields§
§etag: String
§last_modified: OffsetDateTime
§content_md5: Option<ConsistencyMD5>
§request_id: RequestId
§date: OffsetDateTime
§request_server_encrypted: bool
Trait Implementations§
source§impl Clone for PutBlockListResponse
impl Clone for PutBlockListResponse
source§fn clone(&self) -> PutBlockListResponse
fn clone(&self) -> PutBlockListResponse
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 PutBlockListResponse
impl Debug for PutBlockListResponse
source§impl PartialEq for PutBlockListResponse
impl PartialEq for PutBlockListResponse
impl Eq for PutBlockListResponse
impl StructuralPartialEq for PutBlockListResponse
Auto Trait Implementations§
impl !Freeze for PutBlockListResponse
impl RefUnwindSafe for PutBlockListResponse
impl Send for PutBlockListResponse
impl Sync for PutBlockListResponse
impl Unpin for PutBlockListResponse
impl UnwindSafe for PutBlockListResponse
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
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.