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