pub struct Field<'input> { /* private fields */ }Expand description
ASCII letter(s) followed by a Value
Implementations§
Trait Implementations§
source§impl<'input> From<&Field<'input>> for Field<'input>
impl<'input> From<&Field<'input>> for Field<'input>
source§fn from(field: &ParsedField<'input>) -> Self
fn from(field: &ParsedField<'input>) -> Self
Converts to this type from the input type.
source§impl<'input> From<&Field<'input>> for Token<'input>
impl<'input> From<&Field<'input>> for Token<'input>
source§fn from(field: &ParsedField<'input>) -> Self
fn from(field: &ParsedField<'input>) -> Self
Converts to this type from the input type.