pub struct HelpResponse {
pub field_0: String,
pub field_1: Value,
}Expand description
Response for the Help RPC method
Fields§
§field_0: StringThe help text
field_1: ValueTrait Implementations§
Source§impl Clone for HelpResponse
impl Clone for HelpResponse
Source§fn clone(&self) -> HelpResponse
fn clone(&self) -> HelpResponse
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 HelpResponse
impl Debug for HelpResponse
Source§impl<'de> Deserialize<'de> for HelpResponse
impl<'de> Deserialize<'de> for HelpResponse
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 HelpResponse
impl PartialEq for HelpResponse
Source§impl Serialize for HelpResponse
impl Serialize for HelpResponse
impl StructuralPartialEq for HelpResponse
Auto Trait Implementations§
impl Freeze for HelpResponse
impl RefUnwindSafe for HelpResponse
impl Send for HelpResponse
impl Sync for HelpResponse
impl Unpin for HelpResponse
impl UnwindSafe for HelpResponse
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