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 for ExtensionField
impl PartialEq for ExtensionField
Source§impl Structable for ExtensionField
impl Structable for ExtensionField
Source§fn definition(&self) -> StructDef<'_>
fn definition(&self) -> StructDef<'_>
Returns the struct’s definition. Read more
Source§impl Valuable for ExtensionField
impl Valuable for ExtensionField
impl StructuralPartialEq for ExtensionField
Auto Trait Implementations§
impl Freeze for ExtensionField
impl RefUnwindSafe for ExtensionField
impl Send for ExtensionField
impl Sync for ExtensionField
impl Unpin for ExtensionField
impl UnwindSafe for ExtensionField
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