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