pub struct ExecutionResponse {
pub channel: String,
pub execution_response_type: ExecutionResponseType,
}
Fields§
§channel: String
§execution_response_type: ExecutionResponseType
Trait Implementations§
Source§impl Debug for ExecutionResponse
impl Debug for ExecutionResponse
Source§impl<'de> Deserialize<'de> for ExecutionResponse
impl<'de> Deserialize<'de> for ExecutionResponse
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 ExecutionResponse
impl RefUnwindSafe for ExecutionResponse
impl Send for ExecutionResponse
impl Sync for ExecutionResponse
impl Unpin for ExecutionResponse
impl UnwindSafe for ExecutionResponse
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