pub enum XMLTVError {
XMLError(XMLError),
}Expand description
Custom error type to handle XMLTV document errors.
Variants§
Trait Implementations§
Source§impl Debug for XMLTVError
impl Debug for XMLTVError
Auto Trait Implementations§
impl Freeze for XMLTVError
impl RefUnwindSafe for XMLTVError
impl Send for XMLTVError
impl Sync for XMLTVError
impl Unpin for XMLTVError
impl UnwindSafe for XMLTVError
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