Struct ruma_common::thirdparty::FieldTypeInit[][src]

pub struct FieldTypeInit {
    pub regexp: String,
    pub placeholder: String,
}
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: String

A regular expression for validation of a field’s value.

placeholder: String

A placeholder serving as a valid example of the field value.

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.