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