pub enum FieldLocatorContext {
TopLevel,
WithinGroup {
index_of_group_tag: u32,
entry_index: u32,
},
}
Variants§
Trait Implementations§
source§impl Clone for FieldLocatorContext
impl Clone for FieldLocatorContext
source§fn clone(&self) -> FieldLocatorContext
fn clone(&self) -> FieldLocatorContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FieldLocatorContext
impl Debug for FieldLocatorContext
source§impl Hash for FieldLocatorContext
impl Hash for FieldLocatorContext
source§impl PartialEq for FieldLocatorContext
impl PartialEq for FieldLocatorContext
source§fn eq(&self, other: &FieldLocatorContext) -> bool
fn eq(&self, other: &FieldLocatorContext) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FieldLocatorContext
impl Eq for FieldLocatorContext
impl StructuralEq for FieldLocatorContext
impl StructuralPartialEq for FieldLocatorContext
Auto Trait Implementations§
impl RefUnwindSafe for FieldLocatorContext
impl Send for FieldLocatorContext
impl Sync for FieldLocatorContext
impl Unpin for FieldLocatorContext
impl UnwindSafe for FieldLocatorContext
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