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