pub struct Plaintext {
pub args: Option<Value>,
pub response: Option<Value>,
}Expand description
Optional plaintext for the in-line args / response re-hash check.
Fields§
§args: Option<Value>§response: Option<Value>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Plaintext
impl RefUnwindSafe for Plaintext
impl Send for Plaintext
impl Sync for Plaintext
impl Unpin for Plaintext
impl UnsafeUnpin for Plaintext
impl UnwindSafe for Plaintext
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