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