pub struct NewSubmissionResponse {
pub data: NewSubmissionResponseData,
pub meta: Value,
}Expand description
The notary service’s response to a software submission.
Fields§
§data: NewSubmissionResponseData§meta: ValueTrait Implementations§
source§impl Clone for NewSubmissionResponse
impl Clone for NewSubmissionResponse
source§fn clone(&self) -> NewSubmissionResponse
fn clone(&self) -> NewSubmissionResponse
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 NewSubmissionResponse
impl Debug for NewSubmissionResponse
source§impl<'de> Deserialize<'de> for NewSubmissionResponse
impl<'de> Deserialize<'de> for NewSubmissionResponse
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