pub enum TreeTabParseError {
ExtraSegments(String),
StaticSegment0ParseError(String),
}
Variants§
Trait Implementations§
source§impl Debug for TreeTabParseError
impl Debug for TreeTabParseError
source§impl Display for TreeTabParseError
impl Display for TreeTabParseError
source§impl PartialEq<TreeTabParseError> for TreeTabParseError
impl PartialEq<TreeTabParseError> for TreeTabParseError
source§fn eq(&self, other: &TreeTabParseError) -> bool
fn eq(&self, other: &TreeTabParseError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TreeTabParseError
Auto Trait Implementations§
impl RefUnwindSafe for TreeTabParseError
impl Send for TreeTabParseError
impl Sync for TreeTabParseError
impl Unpin for TreeTabParseError
impl UnwindSafe for TreeTabParseError
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