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