pub struct RuntimeReply {
pub id: u64,
pub result: Value,
}Expand description
An acknowledgement for exactly one request; its result schema belongs to the handler.
Fields§
§id: u64§result: ValueTrait Implementations§
Source§impl Clone for RuntimeReply
impl Clone for RuntimeReply
Source§impl Debug for RuntimeReply
impl Debug for RuntimeReply
Source§impl<'de> Deserialize<'de> for RuntimeReply
impl<'de> Deserialize<'de> for RuntimeReply
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 RuntimeReply
impl PartialEq for RuntimeReply
Source§impl Serialize for RuntimeReply
impl Serialize for RuntimeReply
impl StructuralPartialEq for RuntimeReply
Auto Trait Implementations§
impl Freeze for RuntimeReply
impl RefUnwindSafe for RuntimeReply
impl Send for RuntimeReply
impl Sync for RuntimeReply
impl Unpin for RuntimeReply
impl UnsafeUnpin for RuntimeReply
impl UnwindSafe for RuntimeReply
Blanket Implementations§
impl<T> ArtifactLease for T
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