Skip to main content

FieldName

Type Alias FieldName 

Source
pub type FieldName = NameDef<Field>;
Expand description

Name of a struct field (e.g., "dv1", "altitude").

Aliased Type§

pub struct FieldName { /* private fields */ }

Trait Implementations§

Source§

impl FormatEquivalent for FieldName

Source§

fn format_equivalent(&self, other: &Self) -> bool

Returns true if self and other are equivalent up to formatting.