pub struct ResponseBodyV2 {
pub signed_payload: Option<String>,
}Expand description
The response body the App Store sends in a version 2 server notification.
Fields§
§signed_payload: Option<String>A cryptographically signed payload, in JSON Web Signature (JWS) format, containing the response body for a version 2 notification.
Trait Implementations§
Source§impl Clone for ResponseBodyV2
impl Clone for ResponseBodyV2
Source§fn clone(&self) -> ResponseBodyV2
fn clone(&self) -> ResponseBodyV2
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 ResponseBodyV2
impl Debug for ResponseBodyV2
Source§impl<'de> Deserialize<'de> for ResponseBodyV2
impl<'de> Deserialize<'de> for ResponseBodyV2
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 Hash for ResponseBodyV2
impl Hash for ResponseBodyV2
Source§impl PartialEq for ResponseBodyV2
impl PartialEq for ResponseBodyV2
Source§impl Serialize for ResponseBodyV2
impl Serialize for ResponseBodyV2
impl Eq for ResponseBodyV2
impl StructuralPartialEq for ResponseBodyV2
Auto Trait Implementations§
impl Freeze for ResponseBodyV2
impl RefUnwindSafe for ResponseBodyV2
impl Send for ResponseBodyV2
impl Sync for ResponseBodyV2
impl Unpin for ResponseBodyV2
impl UnwindSafe for ResponseBodyV2
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