pub struct ValidatedFieldShell {
pub name: Utf8Index,
pub descriptor: Utf8Index,
pub attribute_names: Vec<Utf8Index>,
}Expand description
A field projection whose name, descriptor, and attribute names are typed.
Fields§
§name: Utf8IndexValidated field-name index.
descriptor: Utf8IndexValidated field-descriptor index.
attribute_names: Vec<Utf8Index>Validated attribute-name indices in original order.
Trait Implementations§
Source§impl Clone for ValidatedFieldShell
impl Clone for ValidatedFieldShell
Source§fn clone(&self) -> ValidatedFieldShell
fn clone(&self) -> ValidatedFieldShell
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 moreSource§impl Debug for ValidatedFieldShell
impl Debug for ValidatedFieldShell
impl Eq for ValidatedFieldShell
Source§impl PartialEq for ValidatedFieldShell
impl PartialEq for ValidatedFieldShell
impl StructuralPartialEq for ValidatedFieldShell
Auto Trait Implementations§
impl Freeze for ValidatedFieldShell
impl RefUnwindSafe for ValidatedFieldShell
impl Send for ValidatedFieldShell
impl Sync for ValidatedFieldShell
impl Unpin for ValidatedFieldShell
impl UnsafeUnpin for ValidatedFieldShell
impl UnwindSafe for ValidatedFieldShell
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