pub struct PutPageResponse {
pub etag: String,
pub last_modified: OffsetDateTime,
pub content_md5: Option<ConsistencyMD5>,
pub sequence_number: u64,
pub request_id: RequestId,
pub date: OffsetDateTime,
pub request_server_encrypted: bool,
}
Fields§
§etag: String
§last_modified: OffsetDateTime
§content_md5: Option<ConsistencyMD5>
§sequence_number: u64
§request_id: RequestId
§date: OffsetDateTime
§request_server_encrypted: bool
Trait Implementations§
source§impl Clone for PutPageResponse
impl Clone for PutPageResponse
source§fn clone(&self) -> PutPageResponse
fn clone(&self) -> PutPageResponse
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 PutPageResponse
impl Debug for PutPageResponse
source§impl PartialEq for PutPageResponse
impl PartialEq for PutPageResponse
impl Eq for PutPageResponse
impl StructuralPartialEq for PutPageResponse
Auto Trait Implementations§
impl !Freeze for PutPageResponse
impl RefUnwindSafe for PutPageResponse
impl Send for PutPageResponse
impl Sync for PutPageResponse
impl Unpin for PutPageResponse
impl UnwindSafe for PutPageResponse
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.