pub struct PathStep {
pub tag: Tag,
pub predicate: Option<Predicate>,
}Expand description
A single step in an absolute path (/step/step/...).
Fields§
§tag: TagTag name for this step.
predicate: Option<Predicate>Optional predicate for this step.
Trait Implementations§
impl StructuralPartialEq for PathStep
Auto Trait Implementations§
impl Freeze for PathStep
impl RefUnwindSafe for PathStep
impl Send for PathStep
impl Sync for PathStep
impl Unpin for PathStep
impl UnsafeUnpin for PathStep
impl UnwindSafe for PathStep
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