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