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