pub enum ContentParseError {
InvalidContent,
IoError(Error),
}
Variants§
Trait Implementations§
Source§impl Debug for ContentParseError
impl Debug for ContentParseError
Source§impl Display for ContentParseError
impl Display for ContentParseError
Source§impl From<Error> for ContentParseError
impl From<Error> for ContentParseError
Source§impl PartialEq for ContentParseError
impl PartialEq for ContentParseError
Auto Trait Implementations§
impl Freeze for ContentParseError
impl !RefUnwindSafe for ContentParseError
impl Send for ContentParseError
impl Sync for ContentParseError
impl Unpin for ContentParseError
impl !UnwindSafe for ContentParseError
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