Struct sectxtlib::ExtensionField
source · pub struct ExtensionField {
pub name: String,
pub value: String,
}Expand description
The “Extension” field acts as a catch-all for any fields not explicitly supported by this library
This feature accommodates section 2.4 on Extensibility in the specification.
Fields§
§name: StringName of the extension field
value: StringValue of the extension field
Trait Implementations§
source§impl Debug for ExtensionField
impl Debug for ExtensionField
source§impl PartialEq<ExtensionField> for ExtensionField
impl PartialEq<ExtensionField> for ExtensionField
source§fn eq(&self, other: &ExtensionField) -> bool
fn eq(&self, other: &ExtensionField) -> bool
This method tests for
self and other values to be equal, and is used
by ==.