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