pub enum CommentError<'hdr> {
RunAway,
ParsingDetailed(ParsingDetail<'hdr>),
}
Expand description
Comment errors
Variants§
Trait Implementations§
Source§impl<'hdr> Clone for CommentError<'hdr>
impl<'hdr> Clone for CommentError<'hdr>
Source§fn clone(&self) -> CommentError<'hdr>
fn clone(&self) -> CommentError<'hdr>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'hdr> Debug for CommentError<'hdr>
impl<'hdr> Debug for CommentError<'hdr>
Source§impl<'hdr> PartialEq for CommentError<'hdr>
impl<'hdr> PartialEq for CommentError<'hdr>
impl<'hdr> StructuralPartialEq for CommentError<'hdr>
Auto Trait Implementations§
impl<'hdr> Freeze for CommentError<'hdr>
impl<'hdr> RefUnwindSafe for CommentError<'hdr>
impl<'hdr> Send for CommentError<'hdr>
impl<'hdr> Sync for CommentError<'hdr>
impl<'hdr> Unpin for CommentError<'hdr>
impl<'hdr> UnwindSafe for CommentError<'hdr>
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