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