pub enum PathElem {
Field(String),
Index(usize),
}Variants§
Implementations§
Trait Implementations§
impl StructuralPartialEq for PathElem
Auto Trait Implementations§
impl Freeze for PathElem
impl RefUnwindSafe for PathElem
impl Send for PathElem
impl Sync for PathElem
impl Unpin for PathElem
impl UnsafeUnpin for PathElem
impl UnwindSafe for PathElem
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