pub struct WireErrorDiagnostics { /* private fields */ }Implementations§
Source§impl WireErrorDiagnostics
impl WireErrorDiagnostics
pub fn proxy_addr(&self) -> Option<SocketAddr>
pub fn response_status(&self) -> Option<StatusCode>
pub fn request_committed(&self) -> bool
Trait Implementations§
Source§impl Clone for WireErrorDiagnostics
impl Clone for WireErrorDiagnostics
Source§fn clone(&self) -> WireErrorDiagnostics
fn clone(&self) -> WireErrorDiagnostics
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 moreSource§impl Debug for WireErrorDiagnostics
impl Debug for WireErrorDiagnostics
Source§impl Default for WireErrorDiagnostics
impl Default for WireErrorDiagnostics
Source§fn default() -> WireErrorDiagnostics
fn default() -> WireErrorDiagnostics
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for WireErrorDiagnostics
impl RefUnwindSafe for WireErrorDiagnostics
impl Send for WireErrorDiagnostics
impl Sync for WireErrorDiagnostics
impl Unpin for WireErrorDiagnostics
impl UnsafeUnpin for WireErrorDiagnostics
impl UnwindSafe for WireErrorDiagnostics
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