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