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