pub struct BasicReply {
pub status: String,
pub reply: Option<Value>,
}Fields§
§status: String§reply: Option<Value>Implementations§
Source§impl BasicReply
impl BasicReply
Trait Implementations§
Source§impl Debug for BasicReply
impl Debug for BasicReply
Source§impl<'de> Deserialize<'de> for BasicReply
impl<'de> Deserialize<'de> for BasicReply
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
Auto Trait Implementations§
impl Freeze for BasicReply
impl RefUnwindSafe for BasicReply
impl Send for BasicReply
impl Sync for BasicReply
impl Unpin for BasicReply
impl UnwindSafe for BasicReply
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