pub struct NetworkAuthenticationRequiredException;Expand description
Re-exported public API.
Public Caelix type NetworkAuthenticationRequiredException.
Implementations§
Source§impl NetworkAuthenticationRequiredException
impl NetworkAuthenticationRequiredException
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 NetworkAuthenticationRequiredException
impl RefUnwindSafe for NetworkAuthenticationRequiredException
impl Send for NetworkAuthenticationRequiredException
impl Sync for NetworkAuthenticationRequiredException
impl Unpin for NetworkAuthenticationRequiredException
impl UnsafeUnpin for NetworkAuthenticationRequiredException
impl UnwindSafe for NetworkAuthenticationRequiredException
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