pub struct MemoryCoreOutcome {
pub status: String,
pub payload: Value,
}Fields§
§status: String§payload: ValueTrait Implementations§
Source§impl Clone for MemoryCoreOutcome
impl Clone for MemoryCoreOutcome
Source§fn clone(&self) -> MemoryCoreOutcome
fn clone(&self) -> MemoryCoreOutcome
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 MemoryCoreOutcome
impl Debug for MemoryCoreOutcome
Source§impl<'de> Deserialize<'de> for MemoryCoreOutcome
impl<'de> Deserialize<'de> for MemoryCoreOutcome
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 MemoryCoreOutcome
impl PartialEq for MemoryCoreOutcome
Source§impl Serialize for MemoryCoreOutcome
impl Serialize for MemoryCoreOutcome
impl StructuralPartialEq for MemoryCoreOutcome
Auto Trait Implementations§
impl Freeze for MemoryCoreOutcome
impl RefUnwindSafe for MemoryCoreOutcome
impl Send for MemoryCoreOutcome
impl Sync for MemoryCoreOutcome
impl Unpin for MemoryCoreOutcome
impl UnsafeUnpin for MemoryCoreOutcome
impl UnwindSafe for MemoryCoreOutcome
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