pub struct ProxyHelpResponse {
pub content: String,
pub error: Option<String>,
}Expand description
Response from the proxy’s /help endpoint.
Fields§
§content: String§error: Option<String>Trait Implementations§
Source§impl Debug for ProxyHelpResponse
impl Debug for ProxyHelpResponse
Source§impl<'de> Deserialize<'de> for ProxyHelpResponse
impl<'de> Deserialize<'de> for ProxyHelpResponse
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
Auto Trait Implementations§
impl Freeze for ProxyHelpResponse
impl RefUnwindSafe for ProxyHelpResponse
impl Send for ProxyHelpResponse
impl Sync for ProxyHelpResponse
impl Unpin for ProxyHelpResponse
impl UnsafeUnpin for ProxyHelpResponse
impl UnwindSafe for ProxyHelpResponse
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