pub enum PathItem {
Start,
Object(Rc<String>, usize),
Array(Rc<String>, usize),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathItem
impl RefUnwindSafe for PathItem
impl !Send for PathItem
impl !Sync for PathItem
impl Unpin for PathItem
impl UnwindSafe for PathItem
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