pub struct FailToProxy {
pub error_code: u16,
pub can_reuse_downstream: bool,
}Expand description
Context struct returned by fail_to_proxy.
Fields§
§error_code: u16§can_reuse_downstream: boolAuto Trait Implementations§
impl Freeze for FailToProxy
impl RefUnwindSafe for FailToProxy
impl Send for FailToProxy
impl Sync for FailToProxy
impl Unpin for FailToProxy
impl UnwindSafe for FailToProxy
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