pub struct SubmitResponse {
pub success: bool,
pub request_id: Option<String>,
pub request_check_url: Option<String>,
pub extra: Value,
}Fields§
§success: bool§request_id: Option<String>§request_check_url: Option<String>§extra: ValueTrait Implementations§
Source§impl Debug for SubmitResponse
impl Debug for SubmitResponse
Source§impl<'de> Deserialize<'de> for SubmitResponse
impl<'de> Deserialize<'de> for SubmitResponse
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
Auto Trait Implementations§
impl Freeze for SubmitResponse
impl RefUnwindSafe for SubmitResponse
impl Send for SubmitResponse
impl Sync for SubmitResponse
impl Unpin for SubmitResponse
impl UnsafeUnpin for SubmitResponse
impl UnwindSafe for SubmitResponse
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