pub struct GetProofByHashResponse {
pub leaf_index: u64,
pub audit_path: Vec<String>,
}Fields§
§leaf_index: u64The 0-based index of the end entity corresponding to the “hash” parameter.
audit_path: Vec<String>An array of base64-encoded Merkle Tree nodes proving the inclusion of the chosen certificate.
Trait Implementations§
Source§impl Debug for GetProofByHashResponse
impl Debug for GetProofByHashResponse
Source§impl<'de> Deserialize<'de> for GetProofByHashResponse
impl<'de> Deserialize<'de> for GetProofByHashResponse
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
Auto Trait Implementations§
impl Freeze for GetProofByHashResponse
impl RefUnwindSafe for GetProofByHashResponse
impl Send for GetProofByHashResponse
impl Sync for GetProofByHashResponse
impl Unpin for GetProofByHashResponse
impl UnsafeUnpin for GetProofByHashResponse
impl UnwindSafe for GetProofByHashResponse
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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