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