pub enum UnpackPath<'a> {
Valid(&'a Path),
Ignore,
Invalid,
}
Variants§
Trait Implementations§
source§impl<'a> Debug for UnpackPath<'a>
impl<'a> Debug for UnpackPath<'a>
source§impl<'a> PartialEq<UnpackPath<'a>> for UnpackPath<'a>
impl<'a> PartialEq<UnpackPath<'a>> for UnpackPath<'a>
source§fn eq(&self, other: &UnpackPath<'a>) -> bool
fn eq(&self, other: &UnpackPath<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.