Struct aws_sdk_qldb::output::GetDigestOutput [−][src]
#[non_exhaustive]pub struct GetDigestOutput {
pub digest: Option<Blob>,
pub digest_tip_address: Option<ValueHolder>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.digest: Option<Blob>
The 256-bit hash value representing the digest returned by a GetDigest
request.
digest_tip_address: Option<ValueHolder>
The latest block location covered by the digest that you requested. An address is an
Amazon Ion structure that has two fields: strandId
and
sequenceNo
.
Implementations
The 256-bit hash value representing the digest returned by a GetDigest
request.
The latest block location covered by the digest that you requested. An address is an
Amazon Ion structure that has two fields: strandId
and
sequenceNo
.
Creates a new builder-style object to manufacture GetDigestOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GetDigestOutput
impl Send for GetDigestOutput
impl Sync for GetDigestOutput
impl Unpin for GetDigestOutput
impl UnwindSafe for GetDigestOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more