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: StringExpand description
A regular expression for validation of a field’s value.
placeholder: StringExpand description
A placeholder serving as a valid example of the field value.
Trait Implementations
impl Debug for FieldTypeInit[src]
impl Debug for FieldTypeInit[src]impl From<FieldTypeInit> for FieldType[src]
impl From<FieldTypeInit> for FieldType[src]fn from(init: FieldTypeInit) -> Self[src]
fn from(init: FieldTypeInit) -> Self[src]Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for FieldTypeInit
impl Send for FieldTypeInit
impl Sync for FieldTypeInit
impl Unpin for FieldTypeInit
impl UnwindSafe for FieldTypeInit
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]