Struct wasmcloud_control_interface::InvocationResponse [−][src]
pub struct InvocationResponse { pub msg: Vec<u8>, pub error: Option<String>, pub invocation_id: String, }
The response to an invocation
Fields
msg: Vec<u8>
error: Option<String>
invocation_id: String
Trait Implementations
impl Clone for InvocationResponse
[src]
impl Clone for InvocationResponse
[src]fn clone(&self) -> InvocationResponse
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for InvocationResponse
[src]
impl<'de> Deserialize<'de> for InvocationResponse
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<InvocationResponse> for InvocationResponse
[src]
impl PartialEq<InvocationResponse> for InvocationResponse
[src]fn eq(&self, other: &InvocationResponse) -> bool
[src]
fn ne(&self, other: &InvocationResponse) -> bool
[src]
impl Serialize for InvocationResponse
[src]
impl Serialize for InvocationResponse
[src]Auto Trait Implementations
impl RefUnwindSafe for InvocationResponse
impl RefUnwindSafe for InvocationResponse
impl Send for InvocationResponse
impl Send for InvocationResponse
impl Sync for InvocationResponse
impl Sync for InvocationResponse
impl Unpin for InvocationResponse
impl Unpin for InvocationResponse
impl UnwindSafe for InvocationResponse
impl UnwindSafe for InvocationResponse
Blanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,