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 for TreeElementsTabParseError
impl PartialEq 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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere O: From<T>,
§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere O: SuperFrom<T, M>,
§fn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.