pub enum ProxyServerError {
InvalidOptions,
AlreadyRegistered,
Closed,
OperationFailed,
}Expand description
Stable server-side proxy failure without upstream or peer details.
Variants§
Trait Implementations§
Source§impl Clone for ProxyServerError
impl Clone for ProxyServerError
Source§fn clone(&self) -> ProxyServerError
fn clone(&self) -> ProxyServerError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProxyServerError
Source§impl Debug for ProxyServerError
impl Debug for ProxyServerError
Source§impl Display for ProxyServerError
impl Display for ProxyServerError
impl Eq for ProxyServerError
Source§impl Error for ProxyServerError
impl Error for ProxyServerError
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 PartialEq for ProxyServerError
impl PartialEq for ProxyServerError
impl StructuralPartialEq for ProxyServerError
Auto Trait Implementations§
impl Freeze for ProxyServerError
impl RefUnwindSafe for ProxyServerError
impl Send for ProxyServerError
impl Sync for ProxyServerError
impl Unpin for ProxyServerError
impl UnsafeUnpin for ProxyServerError
impl UnwindSafe for ProxyServerError
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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