Enum accesskit::DescriptionFrom
source · pub enum DescriptionFrom {
AriaDescription,
ButtonLabel,
RelatedElement,
RubyAnnotation,
Summary,
TableCaption,
Title,
}Variants§
AriaDescription
ButtonLabel
HTML-AAM 5.2.2
RelatedElement
RubyAnnotation
Summary
HTML-AAM 5.8.2
TableCaption
HTML-AAM 5.9.2
Title
Trait Implementations§
source§impl Clone for DescriptionFrom
impl Clone for DescriptionFrom
source§fn clone(&self) -> DescriptionFrom
fn clone(&self) -> DescriptionFrom
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DescriptionFrom
impl Debug for DescriptionFrom
source§impl<'de> Deserialize<'de> for DescriptionFrom
impl<'de> Deserialize<'de> for DescriptionFrom
source§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
source§impl Hash for DescriptionFrom
impl Hash for DescriptionFrom
source§impl JsonSchema for DescriptionFrom
impl JsonSchema for DescriptionFrom
source§fn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
source§fn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
source§fn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref keyword. Read moresource§impl PartialEq<DescriptionFrom> for DescriptionFrom
impl PartialEq<DescriptionFrom> for DescriptionFrom
source§fn eq(&self, other: &DescriptionFrom) -> bool
fn eq(&self, other: &DescriptionFrom) -> bool
This method tests for
self and other values to be equal, and is used
by ==.