pub struct RunResponse {
pub uuid: String,
pub response: ResponseDetail,
}
Expand description
RunResponse represents the response returned after executing a document.
Fields§
§uuid: String
§response: ResponseDetail
Trait Implementations§
Source§impl Debug for RunResponse
impl Debug for RunResponse
Source§impl<'de> Deserialize<'de> for RunResponse
impl<'de> Deserialize<'de> for RunResponse
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 PartialEq for RunResponse
impl PartialEq for RunResponse
impl Eq for RunResponse
impl StructuralPartialEq for RunResponse
Auto Trait Implementations§
impl Freeze for RunResponse
impl RefUnwindSafe for RunResponse
impl Send for RunResponse
impl Sync for RunResponse
impl Unpin for RunResponse
impl UnwindSafe for RunResponse
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