pub struct SimpleProxyError(/* private fields */);Expand description
An error returned by a SimpleProxy.
Trait Implementations§
Source§impl Debug for SimpleProxyError
impl Debug for SimpleProxyError
Source§impl Display for SimpleProxyError
impl Display for SimpleProxyError
Source§impl Error for SimpleProxyError
impl Error for SimpleProxyError
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for SimpleProxyError
impl !RefUnwindSafe for SimpleProxyError
impl Send for SimpleProxyError
impl Sync for SimpleProxyError
impl Unpin for SimpleProxyError
impl UnsafeUnpin for SimpleProxyError
impl !UnwindSafe for SimpleProxyError
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