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