Struct htmlescape::DecodeErr
source · [−]pub struct DecodeErr {
pub position: usize,
pub kind: DecodeErrKind,
}Expand description
Error from decoding a entity-encoded string.
Fields
position: usizeNumber of characters read from the input before encountering an error
kind: DecodeErrKindType of error
Trait Implementations
impl Eq for DecodeErr
impl StructuralEq for DecodeErr
impl StructuralPartialEq for DecodeErr
Auto Trait Implementations
impl !RefUnwindSafe for DecodeErr
impl Send for DecodeErr
impl Sync for DecodeErr
impl Unpin for DecodeErr
impl !UnwindSafe for DecodeErr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more