Enum accesskit::NameFrom [−][src]
pub enum NameFrom {
Attribute,
AttributeExplicitlyEmpty,
Caption,
Contents,
Placeholder,
RelatedElement,
Title,
Value,
}Variants
Attribute
E.g. aria-label.
AttributeExplicitlyEmpty
Caption
E.g. in the case of a table, from a caption element.
Contents
Placeholder
E.g. from an HTML placeholder attribute on a text field.
RelatedElement
E.g. from a figcaption element in a figure.
Title
E.g. <input type="text" title="title">.
Value
E.g. <input type="button" value="Button's name">.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for NameFrom
impl UnwindSafe for NameFrom
Blanket Implementations
Mutably borrows from an owned value. Read more
