#[repr(u32)]
pub enum ItemDataRole {
Show 23 variants DisplayRole, DecorationRole, EditRole, ToolTipRole, StatusTipRole, WhatsThisRole, FontRole, TextAlignmentRole, BackgroundColorRole, BackgroundRole, TextColorRole, ForegroundRole, CheckStateRole, AccessibleTextRole, AccessibleDescriptionRole, SizeHintRole, InitialSortOrderRole, DisplayPropertyRole, DecorationPropertyRole, ToolTipPropertyRole, StatusTipPropertyRole, WhatsThisPropertyRole, UserRole,
}

Variants

DisplayRole

DecorationRole

EditRole

ToolTipRole

StatusTipRole

WhatsThisRole

FontRole

TextAlignmentRole

BackgroundColorRole

BackgroundRole

TextColorRole

ForegroundRole

CheckStateRole

AccessibleTextRole

AccessibleDescriptionRole

SizeHintRole

InitialSortOrderRole

DisplayPropertyRole

DecorationPropertyRole

ToolTipPropertyRole

StatusTipPropertyRole

WhatsThisPropertyRole

UserRole

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.