pub struct GrpcProxyError(/* private fields */);Expand description
Proxy status problem.
Trait Implementations§
Source§impl Debug for GrpcProxyError
impl Debug for GrpcProxyError
Source§impl Display for GrpcProxyError
impl Display for GrpcProxyError
Source§impl Error for GrpcProxyError
impl Error for GrpcProxyError
1.30.0 · 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()
Source§impl From<GrpcProxyError> for GrpcCallError
impl From<GrpcProxyError> for GrpcCallError
Source§fn from(source: GrpcProxyError) -> Self
fn from(source: GrpcProxyError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GrpcProxyError
impl RefUnwindSafe for GrpcProxyError
impl Send for GrpcProxyError
impl Sync for GrpcProxyError
impl Unpin for GrpcProxyError
impl UnwindSafe for GrpcProxyError
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