pub struct HelpResponse {
pub format_hint: Option<HelpFormathint>,
pub help: Vec<HelpHelp>,
}Fields§
§format_hint: Option<HelpFormathint>§help: Vec<HelpHelp>Trait 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 Serialize for HelpResponse
impl Serialize 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