Struct ruma_common::thirdparty::FieldTypeInit [−][src]
Expand description
Initial set of fields of FieldType.
This struct will not be updated even if additional fields are added to FieldType in a new
(non-breaking) release of the Matrix specification.
Fields
regexp: StringA regular expression for validation of a field’s value.
placeholder: StringA placeholder serving as a valid example of the field value.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for FieldTypeInitimpl Send for FieldTypeInitimpl Sync for FieldTypeInitimpl Unpin for FieldTypeInitimpl UnwindSafe for FieldTypeInit