pub struct VerifyMeta {
pub canonical_query: String,
pub computed_body_hash: String,
pub binding: String,
}Expand description
Non-normative debug metadata. Must not contain secrets.
Fields§
§canonical_query: StringThe canonical query string that was computed
computed_body_hash: StringThe body hash that was computed from the canonical body
binding: StringThe binding string that was assembled
Auto Trait Implementations§
impl Freeze for VerifyMeta
impl RefUnwindSafe for VerifyMeta
impl Send for VerifyMeta
impl Sync for VerifyMeta
impl Unpin for VerifyMeta
impl UnsafeUnpin for VerifyMeta
impl UnwindSafe for VerifyMeta
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