pub struct ProxyErrorResponse {
pub error: String,
}Fields§
§error: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ProxyErrorResponse
impl RefUnwindSafe for ProxyErrorResponse
impl Send for ProxyErrorResponse
impl Sync for ProxyErrorResponse
impl Unpin for ProxyErrorResponse
impl UnsafeUnpin for ProxyErrorResponse
impl UnwindSafe for ProxyErrorResponse
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