pub struct ProxyHelpRequest {
pub query: String,
pub tool: Option<String>,
}Expand description
Request payload for the proxy’s /help endpoint.
Fields§
§query: String§tool: Option<String>Trait Implementations§
Source§impl Debug for ProxyHelpRequest
impl Debug for ProxyHelpRequest
Auto Trait Implementations§
impl Freeze for ProxyHelpRequest
impl RefUnwindSafe for ProxyHelpRequest
impl Send for ProxyHelpRequest
impl Sync for ProxyHelpRequest
impl Unpin for ProxyHelpRequest
impl UnsafeUnpin for ProxyHelpRequest
impl UnwindSafe for ProxyHelpRequest
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