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