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
impl FormatEquivalent for FieldName
Source§fn format_equivalent(&self, other: &Self) -> bool
fn format_equivalent(&self, other: &Self) -> bool
Returns
true if self and other are equivalent up to formatting.