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