pub struct GetDigestResponse {
pub digest: Bytes,
pub digest_tip_address: ValueHolder,
}Fields§
§digest: BytesThe 256-bit hash value representing the digest returned by a GetDigest request.
digest_tip_address: ValueHolderThe latest block location covered by the digest that you requested. An address is an Amazon Ion structure that has two fields: strandId and sequenceNo.
Trait Implementations§
Source§impl Clone for GetDigestResponse
impl Clone for GetDigestResponse
Source§fn clone(&self) -> GetDigestResponse
fn clone(&self) -> GetDigestResponse
Returns a duplicate 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 GetDigestResponse
impl Debug for GetDigestResponse
Source§impl Default for GetDigestResponse
impl Default for GetDigestResponse
Source§fn default() -> GetDigestResponse
fn default() -> GetDigestResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetDigestResponse
impl<'de> Deserialize<'de> for GetDigestResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetDigestResponse
impl PartialEq for GetDigestResponse
impl StructuralPartialEq for GetDigestResponse
Auto Trait Implementations§
impl !Freeze for GetDigestResponse
impl RefUnwindSafe for GetDigestResponse
impl Send for GetDigestResponse
impl Sync for GetDigestResponse
impl Unpin for GetDigestResponse
impl UnwindSafe for GetDigestResponse
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