Enum feed_rs::parser::ParseErrorKind [−][src]
Expand description
Underlying cause of the parse failure
Variants
Could not find the expected root element (e.g. “channel” for RSS 2, a JSON node etc)
UnknownMimeType(String)The content type is unsupported and we cannot parse the value into a known representation
MissingContent(&'static str)Required content within the source was not found e.g. the XML child text element for a “content” element
Trait Implementations
impl Debug for ParseErrorKind[src]
impl Debug for ParseErrorKind[src]Auto Trait Implementations
impl RefUnwindSafe for ParseErrorKind
impl Send for ParseErrorKind
impl Sync for ParseErrorKind
impl Unpin for ParseErrorKind
impl UnwindSafe for ParseErrorKind
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more