pub enum IdPart<'a> {
Namespace(&'a str),
ContainingClass(&'a str),
LeafClass(&'a str),
}Variants§
Trait Implementations§
Source§impl<'a> Ord for IdPart<'a>
impl<'a> Ord for IdPart<'a>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialOrd for IdPart<'a>
impl<'a> PartialOrd for IdPart<'a>
impl<'a> Copy for IdPart<'a>
impl<'a> Eq for IdPart<'a>
impl<'a> StructuralPartialEq for IdPart<'a>
Auto Trait Implementations§
impl<'a> Freeze for IdPart<'a>
impl<'a> RefUnwindSafe for IdPart<'a>
impl<'a> Send for IdPart<'a>
impl<'a> Sync for IdPart<'a>
impl<'a> Unpin for IdPart<'a>
impl<'a> UnwindSafe for IdPart<'a>
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