pub struct HelpResponse {
pub content: String,
pub error: Option<String>,
}Fields§
§content: String§error: Option<String>Trait Implementations§
Source§impl Debug for HelpResponse
impl Debug 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 UnsafeUnpin 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