pub struct RuntimeCoreOutcome {
pub status: String,
pub payload: Value,
}Fields§
§status: String§payload: ValueTrait Implementations§
Source§impl Clone for RuntimeCoreOutcome
impl Clone for RuntimeCoreOutcome
Source§fn clone(&self) -> RuntimeCoreOutcome
fn clone(&self) -> RuntimeCoreOutcome
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RuntimeCoreOutcome
impl Debug for RuntimeCoreOutcome
Source§impl<'de> Deserialize<'de> for RuntimeCoreOutcome
impl<'de> Deserialize<'de> for RuntimeCoreOutcome
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<RuntimeCoreOutcome, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RuntimeCoreOutcome, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RuntimeCoreOutcome
impl PartialEq for RuntimeCoreOutcome
Source§impl Serialize for RuntimeCoreOutcome
impl Serialize for RuntimeCoreOutcome
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for RuntimeCoreOutcome
Auto Trait Implementations§
impl Freeze for RuntimeCoreOutcome
impl RefUnwindSafe for RuntimeCoreOutcome
impl Send for RuntimeCoreOutcome
impl Sync for RuntimeCoreOutcome
impl Unpin for RuntimeCoreOutcome
impl UnsafeUnpin for RuntimeCoreOutcome
impl UnwindSafe for RuntimeCoreOutcome
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