pub enum LocItem {
Field(String),
Index(usize),
}Expand description
Location item for error paths.
Variants§
Implementations§
Trait Implementations§
impl Eq for LocItem
impl StructuralPartialEq for LocItem
Auto Trait Implementations§
impl Freeze for LocItem
impl RefUnwindSafe for LocItem
impl Send for LocItem
impl Sync for LocItem
impl Unpin for LocItem
impl UnsafeUnpin for LocItem
impl UnwindSafe for LocItem
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