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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FieldLocatorContext
Source§impl Debug for FieldLocatorContext
impl Debug for FieldLocatorContext
impl Eq 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
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FieldLocatorContext
Auto Trait Implementations§
impl Freeze for FieldLocatorContext
impl RefUnwindSafe for FieldLocatorContext
impl Send for FieldLocatorContext
impl Sync for FieldLocatorContext
impl Unpin for FieldLocatorContext
impl UnsafeUnpin 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