pub struct PathStep<'input> {
pub parts: Vec<PathPart<'input>>,
}
Expand description
A step in a path specification.
Fields§
§parts: Vec<PathPart<'input>>
Trait Implementations§
impl<'input> Eq for PathStep<'input>
impl<'input> StructuralPartialEq for PathStep<'input>
Auto Trait Implementations§
impl<'input> Freeze for PathStep<'input>
impl<'input> RefUnwindSafe for PathStep<'input>
impl<'input> Send for PathStep<'input>
impl<'input> Sync for PathStep<'input>
impl<'input> Unpin for PathStep<'input>
impl<'input> UnwindSafe for PathStep<'input>
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