pub struct GetRevisionResponse {
pub proof: Option<ValueHolder>,
pub revision: ValueHolder,
}Fields§
§proof: Option<ValueHolder>The proof object in Amazon Ion format returned by a GetRevision request. A proof contains the list of hash values that are required to recalculate the specified digest using a Merkle tree, starting with the specified document revision.
revision: ValueHolderThe document revision data object in Amazon Ion format.
Trait Implementations§
Source§impl Clone for GetRevisionResponse
impl Clone for GetRevisionResponse
Source§fn clone(&self) -> GetRevisionResponse
fn clone(&self) -> GetRevisionResponse
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 GetRevisionResponse
impl Debug for GetRevisionResponse
Source§impl Default for GetRevisionResponse
impl Default for GetRevisionResponse
Source§fn default() -> GetRevisionResponse
fn default() -> GetRevisionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetRevisionResponse
impl<'de> Deserialize<'de> for GetRevisionResponse
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 GetRevisionResponse
impl PartialEq for GetRevisionResponse
impl StructuralPartialEq for GetRevisionResponse
Auto Trait Implementations§
impl Freeze for GetRevisionResponse
impl RefUnwindSafe for GetRevisionResponse
impl Send for GetRevisionResponse
impl Sync for GetRevisionResponse
impl Unpin for GetRevisionResponse
impl UnwindSafe for GetRevisionResponse
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