Struct app_store_connect::notary_api::SubmissionResponse
source · pub struct SubmissionResponse {
pub data: SubmissionResponseData,
pub meta: Value,
}Expand description
The notary service’s response to a request for the status of a submission.
Fields§
§data: SubmissionResponseData§meta: ValueImplementations§
source§impl SubmissionResponse
impl SubmissionResponse
sourcepub fn into_result(self) -> Result<Self>
pub fn into_result(self) -> Result<Self>
Trait Implementations§
source§impl Clone for SubmissionResponse
impl Clone for SubmissionResponse
source§fn clone(&self) -> SubmissionResponse
fn clone(&self) -> SubmissionResponse
Returns a copy 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 SubmissionResponse
impl Debug for SubmissionResponse
source§impl<'de> Deserialize<'de> for SubmissionResponse
impl<'de> Deserialize<'de> for SubmissionResponse
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