pub enum ExtractError {
JsonError(Error),
KeyNotFound(),
JsonTooShort(),
MissingEnd(),
}
Variants§
Trait Implementations§
Source§impl Debug for ExtractError
impl Debug for ExtractError
Auto Trait Implementations§
impl Freeze for ExtractError
impl RefUnwindSafe for ExtractError
impl Send for ExtractError
impl Sync for ExtractError
impl Unpin for ExtractError
impl UnwindSafe for ExtractError
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