pub struct ProxyAuthenticationRequiredException;Expand description
Re-exported public API.
Public Caelix type ProxyAuthenticationRequiredException.
Implementations§
Source§impl ProxyAuthenticationRequiredException
impl ProxyAuthenticationRequiredException
Sourcepub fn new(message: impl Into<String>) -> HttpException
pub fn new(message: impl Into<String>) -> HttpException
Runs the new public API operation.
Auto Trait Implementations§
impl Freeze for ProxyAuthenticationRequiredException
impl RefUnwindSafe for ProxyAuthenticationRequiredException
impl Send for ProxyAuthenticationRequiredException
impl Sync for ProxyAuthenticationRequiredException
impl Unpin for ProxyAuthenticationRequiredException
impl UnsafeUnpin for ProxyAuthenticationRequiredException
impl UnwindSafe for ProxyAuthenticationRequiredException
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