Struct exosphere_core::OperationReply
source · [−]pub struct OperationReply {
pub id: Option<i64>,
pub success: bool,
pub results: Option<Value>,
pub error: Option<String>,
}Fields
id: Option<i64>success: boolresults: Option<Value>error: Option<String>Implementations
Trait Implementations
sourceimpl Debug for OperationReply
impl Debug for OperationReply
sourceimpl<'de> Deserialize<'de> for OperationReply
impl<'de> Deserialize<'de> for OperationReply
sourcefn 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
sourceimpl Serialize for OperationReply
impl Serialize for OperationReply
Auto Trait Implementations
impl RefUnwindSafe for OperationReply
impl Send for OperationReply
impl Sync for OperationReply
impl Unpin for OperationReply
impl UnwindSafe for OperationReply
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more