pub trait GlobalAttributesExtension: Sized + HasAttributes {
Show 485 methods // Provided methods fn prevent_default(self, value: impl IntoAttributeValue) -> Self { ... } fn accesskey(self, value: impl IntoAttributeValue) -> Self { ... } fn autocapitalize(self, value: impl IntoAttributeValue) -> Self { ... } fn autofocus(self, value: impl IntoAttributeValue) -> Self { ... } fn class(self, value: impl IntoAttributeValue) -> Self { ... } fn contenteditable(self, value: impl IntoAttributeValue) -> Self { ... } fn data(self, value: impl IntoAttributeValue) -> Self { ... } fn dir(self, value: impl IntoAttributeValue) -> Self { ... } fn draggable(self, value: impl IntoAttributeValue) -> Self { ... } fn enterkeyhint(self, value: impl IntoAttributeValue) -> Self { ... } fn exportparts(self, value: impl IntoAttributeValue) -> Self { ... } fn hidden(self, value: impl IntoAttributeValue) -> Self { ... } fn id(self, value: impl IntoAttributeValue) -> Self { ... } fn inputmode(self, value: impl IntoAttributeValue) -> Self { ... } fn is(self, value: impl IntoAttributeValue) -> Self { ... } fn itemid(self, value: impl IntoAttributeValue) -> Self { ... } fn itemprop(self, value: impl IntoAttributeValue) -> Self { ... } fn itemref(self, value: impl IntoAttributeValue) -> Self { ... } fn itemscope(self, value: impl IntoAttributeValue) -> Self { ... } fn itemtype(self, value: impl IntoAttributeValue) -> Self { ... } fn lang(self, value: impl IntoAttributeValue) -> Self { ... } fn nonce(self, value: impl IntoAttributeValue) -> Self { ... } fn part(self, value: impl IntoAttributeValue) -> Self { ... } fn role(self, value: impl IntoAttributeValue) -> Self { ... } fn slot(self, value: impl IntoAttributeValue) -> Self { ... } fn spellcheck(self, value: impl IntoAttributeValue) -> Self { ... } fn style(self, value: impl IntoAttributeValue) -> Self { ... } fn tabindex(self, value: impl IntoAttributeValue) -> Self { ... } fn title(self, value: impl IntoAttributeValue) -> Self { ... } fn translate(self, value: impl IntoAttributeValue) -> Self { ... } fn dangerous_inner_html(self, value: impl IntoAttributeValue) -> Self { ... } fn align_content(self, value: impl IntoAttributeValue) -> Self { ... } fn align_items(self, value: impl IntoAttributeValue) -> Self { ... } fn align_self(self, value: impl IntoAttributeValue) -> Self { ... } fn alignment_adjust(self, value: impl IntoAttributeValue) -> Self { ... } fn alignment_baseline(self, value: impl IntoAttributeValue) -> Self { ... } fn all(self, value: impl IntoAttributeValue) -> Self { ... } fn alt(self, value: impl IntoAttributeValue) -> Self { ... } fn animation(self, value: impl IntoAttributeValue) -> Self { ... } fn animation_delay(self, value: impl IntoAttributeValue) -> Self { ... } fn animation_direction(self, value: impl IntoAttributeValue) -> Self { ... } fn animation_duration(self, value: impl IntoAttributeValue) -> Self { ... } fn animation_fill_mode(self, value: impl IntoAttributeValue) -> Self { ... } fn animation_iteration_count(self, value: impl IntoAttributeValue) -> Self { ... } fn animation_name(self, value: impl IntoAttributeValue) -> Self { ... } fn animation_play_state(self, value: impl IntoAttributeValue) -> Self { ... } fn animation_timing_function(self, value: impl IntoAttributeValue) -> Self { ... } fn azimuth(self, value: impl IntoAttributeValue) -> Self { ... } fn backdrop_filter(self, value: impl IntoAttributeValue) -> Self { ... } fn backface_visibility(self, value: impl IntoAttributeValue) -> Self { ... } fn background(self, value: impl IntoAttributeValue) -> Self { ... } fn background_attachment(self, value: impl IntoAttributeValue) -> Self { ... } fn background_clip(self, value: impl IntoAttributeValue) -> Self { ... } fn background_color(self, value: impl IntoAttributeValue) -> Self { ... } fn background_image(self, value: impl IntoAttributeValue) -> Self { ... } fn background_origin(self, value: impl IntoAttributeValue) -> Self { ... } fn background_position(self, value: impl IntoAttributeValue) -> Self { ... } fn background_repeat(self, value: impl IntoAttributeValue) -> Self { ... } fn background_size(self, value: impl IntoAttributeValue) -> Self { ... } fn background_blend_mode(self, value: impl IntoAttributeValue) -> Self { ... } fn baseline_shift(self, value: impl IntoAttributeValue) -> Self { ... } fn bleed(self, value: impl IntoAttributeValue) -> Self { ... } fn bookmark_label(self, value: impl IntoAttributeValue) -> Self { ... } fn bookmark_level(self, value: impl IntoAttributeValue) -> Self { ... } fn bookmark_state(self, value: impl IntoAttributeValue) -> Self { ... } fn border(self, value: impl IntoAttributeValue) -> Self { ... } fn border_color(self, value: impl IntoAttributeValue) -> Self { ... } fn border_style(self, value: impl IntoAttributeValue) -> Self { ... } fn border_width(self, value: impl IntoAttributeValue) -> Self { ... } fn border_bottom(self, value: impl IntoAttributeValue) -> Self { ... } fn border_bottom_color(self, value: impl IntoAttributeValue) -> Self { ... } fn border_bottom_style(self, value: impl IntoAttributeValue) -> Self { ... } fn border_bottom_width(self, value: impl IntoAttributeValue) -> Self { ... } fn border_left(self, value: impl IntoAttributeValue) -> Self { ... } fn border_left_color(self, value: impl IntoAttributeValue) -> Self { ... } fn border_left_style(self, value: impl IntoAttributeValue) -> Self { ... } fn border_left_width(self, value: impl IntoAttributeValue) -> Self { ... } fn border_right(self, value: impl IntoAttributeValue) -> Self { ... } fn border_right_color(self, value: impl IntoAttributeValue) -> Self { ... } fn border_right_style(self, value: impl IntoAttributeValue) -> Self { ... } fn border_right_width(self, value: impl IntoAttributeValue) -> Self { ... } fn border_top(self, value: impl IntoAttributeValue) -> Self { ... } fn border_top_color(self, value: impl IntoAttributeValue) -> Self { ... } fn border_top_style(self, value: impl IntoAttributeValue) -> Self { ... } fn border_top_width(self, value: impl IntoAttributeValue) -> Self { ... } fn border_collapse(self, value: impl IntoAttributeValue) -> Self { ... } fn border_image(self, value: impl IntoAttributeValue) -> Self { ... } fn border_image_outset(self, value: impl IntoAttributeValue) -> Self { ... } fn border_image_repeat(self, value: impl IntoAttributeValue) -> Self { ... } fn border_image_slice(self, value: impl IntoAttributeValue) -> Self { ... } fn border_image_source(self, value: impl IntoAttributeValue) -> Self { ... } fn border_image_width(self, value: impl IntoAttributeValue) -> Self { ... } fn border_radius(self, value: impl IntoAttributeValue) -> Self { ... } fn border_bottom_left_radius(self, value: impl IntoAttributeValue) -> Self { ... } fn border_bottom_right_radius(self, value: impl IntoAttributeValue) -> Self { ... } fn border_top_left_radius(self, value: impl IntoAttributeValue) -> Self { ... } fn border_top_right_radius(self, value: impl IntoAttributeValue) -> Self { ... } fn border_spacing(self, value: impl IntoAttributeValue) -> Self { ... } fn bottom(self, value: impl IntoAttributeValue) -> Self { ... } fn box_decoration_break(self, value: impl IntoAttributeValue) -> Self { ... } fn box_shadow(self, value: impl IntoAttributeValue) -> Self { ... } fn box_sizing(self, value: impl IntoAttributeValue) -> Self { ... } fn box_snap(self, value: impl IntoAttributeValue) -> Self { ... } fn break_after(self, value: impl IntoAttributeValue) -> Self { ... } fn break_before(self, value: impl IntoAttributeValue) -> Self { ... } fn break_inside(self, value: impl IntoAttributeValue) -> Self { ... } fn buffered_rendering(self, value: impl IntoAttributeValue) -> Self { ... } fn caption_side(self, value: impl IntoAttributeValue) -> Self { ... } fn clear(self, value: impl IntoAttributeValue) -> Self { ... } fn clear_side(self, value: impl IntoAttributeValue) -> Self { ... } fn clip(self, value: impl IntoAttributeValue) -> Self { ... } fn clip_path(self, value: impl IntoAttributeValue) -> Self { ... } fn clip_rule(self, value: impl IntoAttributeValue) -> Self { ... } fn color(self, value: impl IntoAttributeValue) -> Self { ... } fn color_adjust(self, value: impl IntoAttributeValue) -> Self { ... } fn color_correction(self, value: impl IntoAttributeValue) -> Self { ... } fn color_interpolation(self, value: impl IntoAttributeValue) -> Self { ... } fn color_interpolation_filters(self, value: impl IntoAttributeValue) -> Self { ... } fn color_profile(self, value: impl IntoAttributeValue) -> Self { ... } fn color_rendering(self, value: impl IntoAttributeValue) -> Self { ... } fn column_fill(self, value: impl IntoAttributeValue) -> Self { ... } fn column_gap(self, value: impl IntoAttributeValue) -> Self { ... } fn column_rule(self, value: impl IntoAttributeValue) -> Self { ... } fn column_rule_color(self, value: impl IntoAttributeValue) -> Self { ... } fn column_rule_style(self, value: impl IntoAttributeValue) -> Self { ... } fn column_rule_width(self, value: impl IntoAttributeValue) -> Self { ... } fn column_span(self, value: impl IntoAttributeValue) -> Self { ... } fn columns(self, value: impl IntoAttributeValue) -> Self { ... } fn column_count(self, value: impl IntoAttributeValue) -> Self { ... } fn column_width(self, value: impl IntoAttributeValue) -> Self { ... } fn contain(self, value: impl IntoAttributeValue) -> Self { ... } fn content(self, value: impl IntoAttributeValue) -> Self { ... } fn counter_increment(self, value: impl IntoAttributeValue) -> Self { ... } fn counter_reset(self, value: impl IntoAttributeValue) -> Self { ... } fn counter_set(self, value: impl IntoAttributeValue) -> Self { ... } fn cue(self, value: impl IntoAttributeValue) -> Self { ... } fn cue_after(self, value: impl IntoAttributeValue) -> Self { ... } fn cue_before(self, value: impl IntoAttributeValue) -> Self { ... } fn cursor(self, value: impl IntoAttributeValue) -> Self { ... } fn direction(self, value: impl IntoAttributeValue) -> Self { ... } fn display(self, value: impl IntoAttributeValue) -> Self { ... } fn display_inside(self, value: impl IntoAttributeValue) -> Self { ... } fn display_outside(self, value: impl IntoAttributeValue) -> Self { ... } fn display_extras(self, value: impl IntoAttributeValue) -> Self { ... } fn display_box(self, value: impl IntoAttributeValue) -> Self { ... } fn dominant_baseline(self, value: impl IntoAttributeValue) -> Self { ... } fn elevation(self, value: impl IntoAttributeValue) -> Self { ... } fn empty_cells(self, value: impl IntoAttributeValue) -> Self { ... } fn enable_background(self, value: impl IntoAttributeValue) -> Self { ... } fn fill(self, value: impl IntoAttributeValue) -> Self { ... } fn fill_opacity(self, value: impl IntoAttributeValue) -> Self { ... } fn fill_rule(self, value: impl IntoAttributeValue) -> Self { ... } fn filter(self, value: impl IntoAttributeValue) -> Self { ... } fn float(self, value: impl IntoAttributeValue) -> Self { ... } fn float_defer_column(self, value: impl IntoAttributeValue) -> Self { ... } fn float_defer_page(self, value: impl IntoAttributeValue) -> Self { ... } fn float_offset(self, value: impl IntoAttributeValue) -> Self { ... } fn float_wrap(self, value: impl IntoAttributeValue) -> Self { ... } fn flow_into(self, value: impl IntoAttributeValue) -> Self { ... } fn flow_from(self, value: impl IntoAttributeValue) -> Self { ... } fn flex(self, value: impl IntoAttributeValue) -> Self { ... } fn flex_basis(self, value: impl IntoAttributeValue) -> Self { ... } fn flex_grow(self, value: impl IntoAttributeValue) -> Self { ... } fn flex_shrink(self, value: impl IntoAttributeValue) -> Self { ... } fn flex_flow(self, value: impl IntoAttributeValue) -> Self { ... } fn flex_direction(self, value: impl IntoAttributeValue) -> Self { ... } fn flex_wrap(self, value: impl IntoAttributeValue) -> Self { ... } fn flood_color(self, value: impl IntoAttributeValue) -> Self { ... } fn flood_opacity(self, value: impl IntoAttributeValue) -> Self { ... } fn font(self, value: impl IntoAttributeValue) -> Self { ... } fn font_family(self, value: impl IntoAttributeValue) -> Self { ... } fn font_size(self, value: impl IntoAttributeValue) -> Self { ... } fn font_stretch(self, value: impl IntoAttributeValue) -> Self { ... } fn font_style(self, value: impl IntoAttributeValue) -> Self { ... } fn font_weight(self, value: impl IntoAttributeValue) -> Self { ... } fn font_feature_settings(self, value: impl IntoAttributeValue) -> Self { ... } fn font_kerning(self, value: impl IntoAttributeValue) -> Self { ... } fn font_language_override(self, value: impl IntoAttributeValue) -> Self { ... } fn font_size_adjust(self, value: impl IntoAttributeValue) -> Self { ... } fn font_synthesis(self, value: impl IntoAttributeValue) -> Self { ... } fn font_variant(self, value: impl IntoAttributeValue) -> Self { ... } fn font_variant_alternates(self, value: impl IntoAttributeValue) -> Self { ... } fn font_variant_caps(self, value: impl IntoAttributeValue) -> Self { ... } fn font_variant_east_asian(self, value: impl IntoAttributeValue) -> Self { ... } fn font_variant_ligatures(self, value: impl IntoAttributeValue) -> Self { ... } fn font_variant_numeric(self, value: impl IntoAttributeValue) -> Self { ... } fn font_variant_position(self, value: impl IntoAttributeValue) -> Self { ... } fn footnote_policy(self, value: impl IntoAttributeValue) -> Self { ... } fn glyph_orientation_horizontal( self, value: impl IntoAttributeValue ) -> Self { ... } fn glyph_orientation_vertical(self, value: impl IntoAttributeValue) -> Self { ... } fn grid(self, value: impl IntoAttributeValue) -> Self { ... } fn grid_auto_flow(self, value: impl IntoAttributeValue) -> Self { ... } fn grid_auto_columns(self, value: impl IntoAttributeValue) -> Self { ... } fn grid_auto_rows(self, value: impl IntoAttributeValue) -> Self { ... } fn grid_template(self, value: impl IntoAttributeValue) -> Self { ... } fn grid_template_areas(self, value: impl IntoAttributeValue) -> Self { ... } fn grid_template_columns(self, value: impl IntoAttributeValue) -> Self { ... } fn grid_template_rows(self, value: impl IntoAttributeValue) -> Self { ... } fn grid_area(self, value: impl IntoAttributeValue) -> Self { ... } fn grid_column(self, value: impl IntoAttributeValue) -> Self { ... } fn grid_column_start(self, value: impl IntoAttributeValue) -> Self { ... } fn grid_column_end(self, value: impl IntoAttributeValue) -> Self { ... } fn grid_row(self, value: impl IntoAttributeValue) -> Self { ... } fn grid_row_start(self, value: impl IntoAttributeValue) -> Self { ... } fn grid_row_end(self, value: impl IntoAttributeValue) -> Self { ... } fn hanging_punctuation(self, value: impl IntoAttributeValue) -> Self { ... } fn height(self, value: impl IntoAttributeValue) -> Self { ... } fn hyphenate_character(self, value: impl IntoAttributeValue) -> Self { ... } fn hyphenate_limit_chars(self, value: impl IntoAttributeValue) -> Self { ... } fn hyphenate_limit_last(self, value: impl IntoAttributeValue) -> Self { ... } fn hyphenate_limit_lines(self, value: impl IntoAttributeValue) -> Self { ... } fn hyphenate_limit_zone(self, value: impl IntoAttributeValue) -> Self { ... } fn hyphens(self, value: impl IntoAttributeValue) -> Self { ... } fn icon(self, value: impl IntoAttributeValue) -> Self { ... } fn image_orientation(self, value: impl IntoAttributeValue) -> Self { ... } fn image_resolution(self, value: impl IntoAttributeValue) -> Self { ... } fn image_rendering(self, value: impl IntoAttributeValue) -> Self { ... } fn ime(self, value: impl IntoAttributeValue) -> Self { ... } fn ime_align(self, value: impl IntoAttributeValue) -> Self { ... } fn ime_mode(self, value: impl IntoAttributeValue) -> Self { ... } fn ime_offset(self, value: impl IntoAttributeValue) -> Self { ... } fn ime_width(self, value: impl IntoAttributeValue) -> Self { ... } fn initial_letters(self, value: impl IntoAttributeValue) -> Self { ... } fn inline_box_align(self, value: impl IntoAttributeValue) -> Self { ... } fn isolation(self, value: impl IntoAttributeValue) -> Self { ... } fn justify_content(self, value: impl IntoAttributeValue) -> Self { ... } fn justify_items(self, value: impl IntoAttributeValue) -> Self { ... } fn justify_self(self, value: impl IntoAttributeValue) -> Self { ... } fn kerning(self, value: impl IntoAttributeValue) -> Self { ... } fn left(self, value: impl IntoAttributeValue) -> Self { ... } fn letter_spacing(self, value: impl IntoAttributeValue) -> Self { ... } fn lighting_color(self, value: impl IntoAttributeValue) -> Self { ... } fn line_box_contain(self, value: impl IntoAttributeValue) -> Self { ... } fn line_break(self, value: impl IntoAttributeValue) -> Self { ... } fn line_grid(self, value: impl IntoAttributeValue) -> Self { ... } fn line_height(self, value: impl IntoAttributeValue) -> Self { ... } fn line_slack(self, value: impl IntoAttributeValue) -> Self { ... } fn line_snap(self, value: impl IntoAttributeValue) -> Self { ... } fn list_style(self, value: impl IntoAttributeValue) -> Self { ... } fn list_style_image(self, value: impl IntoAttributeValue) -> Self { ... } fn list_style_position(self, value: impl IntoAttributeValue) -> Self { ... } fn list_style_type(self, value: impl IntoAttributeValue) -> Self { ... } fn margin(self, value: impl IntoAttributeValue) -> Self { ... } fn margin_bottom(self, value: impl IntoAttributeValue) -> Self { ... } fn margin_left(self, value: impl IntoAttributeValue) -> Self { ... } fn margin_right(self, value: impl IntoAttributeValue) -> Self { ... } fn margin_top(self, value: impl IntoAttributeValue) -> Self { ... } fn marker(self, value: impl IntoAttributeValue) -> Self { ... } fn marker_end(self, value: impl IntoAttributeValue) -> Self { ... } fn marker_mid(self, value: impl IntoAttributeValue) -> Self { ... } fn marker_pattern(self, value: impl IntoAttributeValue) -> Self { ... } fn marker_segment(self, value: impl IntoAttributeValue) -> Self { ... } fn marker_start(self, value: impl IntoAttributeValue) -> Self { ... } fn marker_knockout_left(self, value: impl IntoAttributeValue) -> Self { ... } fn marker_knockout_right(self, value: impl IntoAttributeValue) -> Self { ... } fn marker_side(self, value: impl IntoAttributeValue) -> Self { ... } fn marks(self, value: impl IntoAttributeValue) -> Self { ... } fn marquee_direction(self, value: impl IntoAttributeValue) -> Self { ... } fn marquee_play_count(self, value: impl IntoAttributeValue) -> Self { ... } fn marquee_speed(self, value: impl IntoAttributeValue) -> Self { ... } fn marquee_style(self, value: impl IntoAttributeValue) -> Self { ... } fn mask(self, value: impl IntoAttributeValue) -> Self { ... } fn mask_image(self, value: impl IntoAttributeValue) -> Self { ... } fn mask_repeat(self, value: impl IntoAttributeValue) -> Self { ... } fn mask_position(self, value: impl IntoAttributeValue) -> Self { ... } fn mask_clip(self, value: impl IntoAttributeValue) -> Self { ... } fn mask_origin(self, value: impl IntoAttributeValue) -> Self { ... } fn mask_size(self, value: impl IntoAttributeValue) -> Self { ... } fn mask_box(self, value: impl IntoAttributeValue) -> Self { ... } fn mask_box_outset(self, value: impl IntoAttributeValue) -> Self { ... } fn mask_box_repeat(self, value: impl IntoAttributeValue) -> Self { ... } fn mask_box_slice(self, value: impl IntoAttributeValue) -> Self { ... } fn mask_box_source(self, value: impl IntoAttributeValue) -> Self { ... } fn mask_box_width(self, value: impl IntoAttributeValue) -> Self { ... } fn mask_type(self, value: impl IntoAttributeValue) -> Self { ... } fn max_height(self, value: impl IntoAttributeValue) -> Self { ... } fn max_lines(self, value: impl IntoAttributeValue) -> Self { ... } fn max_width(self, value: impl IntoAttributeValue) -> Self { ... } fn min_height(self, value: impl IntoAttributeValue) -> Self { ... } fn min_width(self, value: impl IntoAttributeValue) -> Self { ... } fn mix_blend_mode(self, value: impl IntoAttributeValue) -> Self { ... } fn nav_down(self, value: impl IntoAttributeValue) -> Self { ... } fn nav_index(self, value: impl IntoAttributeValue) -> Self { ... } fn nav_left(self, value: impl IntoAttributeValue) -> Self { ... } fn nav_right(self, value: impl IntoAttributeValue) -> Self { ... } fn nav_up(self, value: impl IntoAttributeValue) -> Self { ... } fn object_fit(self, value: impl IntoAttributeValue) -> Self { ... } fn object_position(self, value: impl IntoAttributeValue) -> Self { ... } fn offset_after(self, value: impl IntoAttributeValue) -> Self { ... } fn offset_before(self, value: impl IntoAttributeValue) -> Self { ... } fn offset_end(self, value: impl IntoAttributeValue) -> Self { ... } fn offset_start(self, value: impl IntoAttributeValue) -> Self { ... } fn opacity(self, value: impl IntoAttributeValue) -> Self { ... } fn order(self, value: impl IntoAttributeValue) -> Self { ... } fn orphans(self, value: impl IntoAttributeValue) -> Self { ... } fn outline(self, value: impl IntoAttributeValue) -> Self { ... } fn outline_color(self, value: impl IntoAttributeValue) -> Self { ... } fn outline_style(self, value: impl IntoAttributeValue) -> Self { ... } fn outline_width(self, value: impl IntoAttributeValue) -> Self { ... } fn outline_offset(self, value: impl IntoAttributeValue) -> Self { ... } fn overflow(self, value: impl IntoAttributeValue) -> Self { ... } fn overflow_x(self, value: impl IntoAttributeValue) -> Self { ... } fn overflow_y(self, value: impl IntoAttributeValue) -> Self { ... } fn overflow_style(self, value: impl IntoAttributeValue) -> Self { ... } fn overflow_wrap(self, value: impl IntoAttributeValue) -> Self { ... } fn padding(self, value: impl IntoAttributeValue) -> Self { ... } fn padding_bottom(self, value: impl IntoAttributeValue) -> Self { ... } fn padding_left(self, value: impl IntoAttributeValue) -> Self { ... } fn padding_right(self, value: impl IntoAttributeValue) -> Self { ... } fn padding_top(self, value: impl IntoAttributeValue) -> Self { ... } fn page(self, value: impl IntoAttributeValue) -> Self { ... } fn page_break_after(self, value: impl IntoAttributeValue) -> Self { ... } fn page_break_before(self, value: impl IntoAttributeValue) -> Self { ... } fn page_break_inside(self, value: impl IntoAttributeValue) -> Self { ... } fn paint_order(self, value: impl IntoAttributeValue) -> Self { ... } fn pause(self, value: impl IntoAttributeValue) -> Self { ... } fn pause_after(self, value: impl IntoAttributeValue) -> Self { ... } fn pause_before(self, value: impl IntoAttributeValue) -> Self { ... } fn perspective(self, value: impl IntoAttributeValue) -> Self { ... } fn perspective_origin(self, value: impl IntoAttributeValue) -> Self { ... } fn pitch(self, value: impl IntoAttributeValue) -> Self { ... } fn pitch_range(self, value: impl IntoAttributeValue) -> Self { ... } fn play_during(self, value: impl IntoAttributeValue) -> Self { ... } fn pointer_events(self, value: impl IntoAttributeValue) -> Self { ... } fn position(self, value: impl IntoAttributeValue) -> Self { ... } fn quotes(self, value: impl IntoAttributeValue) -> Self { ... } fn region_fragment(self, value: impl IntoAttributeValue) -> Self { ... } fn resize(self, value: impl IntoAttributeValue) -> Self { ... } fn rest(self, value: impl IntoAttributeValue) -> Self { ... } fn rest_after(self, value: impl IntoAttributeValue) -> Self { ... } fn rest_before(self, value: impl IntoAttributeValue) -> Self { ... } fn richness(self, value: impl IntoAttributeValue) -> Self { ... } fn right(self, value: impl IntoAttributeValue) -> Self { ... } fn ruby_align(self, value: impl IntoAttributeValue) -> Self { ... } fn ruby_merge(self, value: impl IntoAttributeValue) -> Self { ... } fn ruby_position(self, value: impl IntoAttributeValue) -> Self { ... } fn scroll_behavior(self, value: impl IntoAttributeValue) -> Self { ... } fn scroll_snap_coordinate(self, value: impl IntoAttributeValue) -> Self { ... } fn scroll_snap_destination(self, value: impl IntoAttributeValue) -> Self { ... } fn scroll_snap_points_x(self, value: impl IntoAttributeValue) -> Self { ... } fn scroll_snap_points_y(self, value: impl IntoAttributeValue) -> Self { ... } fn scroll_snap_type(self, value: impl IntoAttributeValue) -> Self { ... } fn shape_image_threshold(self, value: impl IntoAttributeValue) -> Self { ... } fn shape_inside(self, value: impl IntoAttributeValue) -> Self { ... } fn shape_margin(self, value: impl IntoAttributeValue) -> Self { ... } fn shape_outside(self, value: impl IntoAttributeValue) -> Self { ... } fn shape_padding(self, value: impl IntoAttributeValue) -> Self { ... } fn shape_rendering(self, value: impl IntoAttributeValue) -> Self { ... } fn size(self, value: impl IntoAttributeValue) -> Self { ... } fn speak(self, value: impl IntoAttributeValue) -> Self { ... } fn speak_as(self, value: impl IntoAttributeValue) -> Self { ... } fn speak_header(self, value: impl IntoAttributeValue) -> Self { ... } fn speak_numeral(self, value: impl IntoAttributeValue) -> Self { ... } fn speak_punctuation(self, value: impl IntoAttributeValue) -> Self { ... } fn speech_rate(self, value: impl IntoAttributeValue) -> Self { ... } fn stop_color(self, value: impl IntoAttributeValue) -> Self { ... } fn stop_opacity(self, value: impl IntoAttributeValue) -> Self { ... } fn stress(self, value: impl IntoAttributeValue) -> Self { ... } fn string_set(self, value: impl IntoAttributeValue) -> Self { ... } fn stroke(self, value: impl IntoAttributeValue) -> Self { ... } fn stroke_dasharray(self, value: impl IntoAttributeValue) -> Self { ... } fn stroke_dashoffset(self, value: impl IntoAttributeValue) -> Self { ... } fn stroke_linecap(self, value: impl IntoAttributeValue) -> Self { ... } fn stroke_linejoin(self, value: impl IntoAttributeValue) -> Self { ... } fn stroke_miterlimit(self, value: impl IntoAttributeValue) -> Self { ... } fn stroke_opacity(self, value: impl IntoAttributeValue) -> Self { ... } fn stroke_width(self, value: impl IntoAttributeValue) -> Self { ... } fn tab_size(self, value: impl IntoAttributeValue) -> Self { ... } fn table_layout(self, value: impl IntoAttributeValue) -> Self { ... } fn text_align(self, value: impl IntoAttributeValue) -> Self { ... } fn text_align_all(self, value: impl IntoAttributeValue) -> Self { ... } fn text_align_last(self, value: impl IntoAttributeValue) -> Self { ... } fn text_anchor(self, value: impl IntoAttributeValue) -> Self { ... } fn text_combine_upright(self, value: impl IntoAttributeValue) -> Self { ... } fn text_decoration(self, value: impl IntoAttributeValue) -> Self { ... } fn text_decoration_color(self, value: impl IntoAttributeValue) -> Self { ... } fn text_decoration_line(self, value: impl IntoAttributeValue) -> Self { ... } fn text_decoration_style(self, value: impl IntoAttributeValue) -> Self { ... } fn text_decoration_skip(self, value: impl IntoAttributeValue) -> Self { ... } fn text_emphasis(self, value: impl IntoAttributeValue) -> Self { ... } fn text_emphasis_color(self, value: impl IntoAttributeValue) -> Self { ... } fn text_emphasis_style(self, value: impl IntoAttributeValue) -> Self { ... } fn text_emphasis_position(self, value: impl IntoAttributeValue) -> Self { ... } fn text_emphasis_skip(self, value: impl IntoAttributeValue) -> Self { ... } fn text_height(self, value: impl IntoAttributeValue) -> Self { ... } fn text_indent(self, value: impl IntoAttributeValue) -> Self { ... } fn text_justify(self, value: impl IntoAttributeValue) -> Self { ... } fn text_orientation(self, value: impl IntoAttributeValue) -> Self { ... } fn text_overflow(self, value: impl IntoAttributeValue) -> Self { ... } fn text_rendering(self, value: impl IntoAttributeValue) -> Self { ... } fn text_shadow(self, value: impl IntoAttributeValue) -> Self { ... } fn text_size_adjust(self, value: impl IntoAttributeValue) -> Self { ... } fn text_space_collapse(self, value: impl IntoAttributeValue) -> Self { ... } fn text_spacing(self, value: impl IntoAttributeValue) -> Self { ... } fn text_transform(self, value: impl IntoAttributeValue) -> Self { ... } fn text_underline_position(self, value: impl IntoAttributeValue) -> Self { ... } fn text_wrap(self, value: impl IntoAttributeValue) -> Self { ... } fn top(self, value: impl IntoAttributeValue) -> Self { ... } fn touch_action(self, value: impl IntoAttributeValue) -> Self { ... } fn transform(self, value: impl IntoAttributeValue) -> Self { ... } fn transform_box(self, value: impl IntoAttributeValue) -> Self { ... } fn transform_origin(self, value: impl IntoAttributeValue) -> Self { ... } fn transform_style(self, value: impl IntoAttributeValue) -> Self { ... } fn transition(self, value: impl IntoAttributeValue) -> Self { ... } fn transition_delay(self, value: impl IntoAttributeValue) -> Self { ... } fn transition_duration(self, value: impl IntoAttributeValue) -> Self { ... } fn transition_property(self, value: impl IntoAttributeValue) -> Self { ... } fn unicode_bidi(self, value: impl IntoAttributeValue) -> Self { ... } fn vector_effect(self, value: impl IntoAttributeValue) -> Self { ... } fn vertical_align(self, value: impl IntoAttributeValue) -> Self { ... } fn visibility(self, value: impl IntoAttributeValue) -> Self { ... } fn voice_balance(self, value: impl IntoAttributeValue) -> Self { ... } fn voice_duration(self, value: impl IntoAttributeValue) -> Self { ... } fn voice_family(self, value: impl IntoAttributeValue) -> Self { ... } fn voice_pitch(self, value: impl IntoAttributeValue) -> Self { ... } fn voice_range(self, value: impl IntoAttributeValue) -> Self { ... } fn voice_rate(self, value: impl IntoAttributeValue) -> Self { ... } fn voice_stress(self, value: impl IntoAttributeValue) -> Self { ... } fn voice_volumn(self, value: impl IntoAttributeValue) -> Self { ... } fn volume(self, value: impl IntoAttributeValue) -> Self { ... } fn white_space(self, value: impl IntoAttributeValue) -> Self { ... } fn widows(self, value: impl IntoAttributeValue) -> Self { ... } fn width(self, value: impl IntoAttributeValue) -> Self { ... } fn will_change(self, value: impl IntoAttributeValue) -> Self { ... } fn word_break(self, value: impl IntoAttributeValue) -> Self { ... } fn word_spacing(self, value: impl IntoAttributeValue) -> Self { ... } fn word_wrap(self, value: impl IntoAttributeValue) -> Self { ... } fn wrap_flow(self, value: impl IntoAttributeValue) -> Self { ... } fn wrap_through(self, value: impl IntoAttributeValue) -> Self { ... } fn writing_mode(self, value: impl IntoAttributeValue) -> Self { ... } fn gap(self, value: impl IntoAttributeValue) -> Self { ... } fn list_styler_type(self, value: impl IntoAttributeValue) -> Self { ... } fn row_gap(self, value: impl IntoAttributeValue) -> Self { ... } fn transition_timing_function(self, value: impl IntoAttributeValue) -> Self { ... } fn user_select(self, value: impl IntoAttributeValue) -> Self { ... } fn webkit_user_select(self, value: impl IntoAttributeValue) -> Self { ... } fn z_index(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_current(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_details(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_disabled(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_hidden(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_invalid(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_keyshortcuts(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_label(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_roledescription(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_autocomplete(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_checked(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_expanded(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_haspopup(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_level(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_modal(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_multiline(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_multiselectable(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_orientation(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_placeholder(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_pressed(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_readonly(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_required(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_selected(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_sort(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_valuemax(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_valuemin(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_valuenow(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_valuetext(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_atomic(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_busy(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_live(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_relevant(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_dropeffect(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_grabbed(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_activedescendant(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_colcount(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_colindex(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_colspan(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_controls(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_describedby(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_errormessage(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_flowto(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_labelledby(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_owns(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_posinset(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_rowcount(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_rowindex(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_rowspan(self, value: impl IntoAttributeValue) -> Self { ... } fn aria_setsize(self, value: impl IntoAttributeValue) -> Self { ... }
}
Available on crate feature html only.

Provided Methods§

source

fn prevent_default(self, value: impl IntoAttributeValue) -> Self

source

fn accesskey(self, value: impl IntoAttributeValue) -> Self

source

fn autocapitalize(self, value: impl IntoAttributeValue) -> Self

source

fn autofocus(self, value: impl IntoAttributeValue) -> Self

source

fn class(self, value: impl IntoAttributeValue) -> Self

source

fn contenteditable(self, value: impl IntoAttributeValue) -> Self

source

fn data(self, value: impl IntoAttributeValue) -> Self

source

fn dir(self, value: impl IntoAttributeValue) -> Self

source

fn draggable(self, value: impl IntoAttributeValue) -> Self

source

fn enterkeyhint(self, value: impl IntoAttributeValue) -> Self

source

fn exportparts(self, value: impl IntoAttributeValue) -> Self

source

fn hidden(self, value: impl IntoAttributeValue) -> Self

source

fn id(self, value: impl IntoAttributeValue) -> Self

source

fn inputmode(self, value: impl IntoAttributeValue) -> Self

source

fn is(self, value: impl IntoAttributeValue) -> Self

source

fn itemid(self, value: impl IntoAttributeValue) -> Self

source

fn itemprop(self, value: impl IntoAttributeValue) -> Self

source

fn itemref(self, value: impl IntoAttributeValue) -> Self

source

fn itemscope(self, value: impl IntoAttributeValue) -> Self

source

fn itemtype(self, value: impl IntoAttributeValue) -> Self

source

fn lang(self, value: impl IntoAttributeValue) -> Self

source

fn nonce(self, value: impl IntoAttributeValue) -> Self

source

fn part(self, value: impl IntoAttributeValue) -> Self

source

fn role(self, value: impl IntoAttributeValue) -> Self

source

fn slot(self, value: impl IntoAttributeValue) -> Self

source

fn spellcheck(self, value: impl IntoAttributeValue) -> Self

source

fn style(self, value: impl IntoAttributeValue) -> Self

source

fn tabindex(self, value: impl IntoAttributeValue) -> Self

source

fn title(self, value: impl IntoAttributeValue) -> Self

source

fn translate(self, value: impl IntoAttributeValue) -> Self

source

fn dangerous_inner_html(self, value: impl IntoAttributeValue) -> Self

source

fn align_content(self, value: impl IntoAttributeValue) -> Self

source

fn align_items(self, value: impl IntoAttributeValue) -> Self

source

fn align_self(self, value: impl IntoAttributeValue) -> Self

source

fn alignment_adjust(self, value: impl IntoAttributeValue) -> Self

source

fn alignment_baseline(self, value: impl IntoAttributeValue) -> Self

source

fn all(self, value: impl IntoAttributeValue) -> Self

source

fn alt(self, value: impl IntoAttributeValue) -> Self

source

fn animation(self, value: impl IntoAttributeValue) -> Self

source

fn animation_delay(self, value: impl IntoAttributeValue) -> Self

source

fn animation_direction(self, value: impl IntoAttributeValue) -> Self

source

fn animation_duration(self, value: impl IntoAttributeValue) -> Self

source

fn animation_fill_mode(self, value: impl IntoAttributeValue) -> Self

source

fn animation_iteration_count(self, value: impl IntoAttributeValue) -> Self

source

fn animation_name(self, value: impl IntoAttributeValue) -> Self

source

fn animation_play_state(self, value: impl IntoAttributeValue) -> Self

source

fn animation_timing_function(self, value: impl IntoAttributeValue) -> Self

source

fn azimuth(self, value: impl IntoAttributeValue) -> Self

source

fn backdrop_filter(self, value: impl IntoAttributeValue) -> Self

source

fn backface_visibility(self, value: impl IntoAttributeValue) -> Self

source

fn background(self, value: impl IntoAttributeValue) -> Self

source

fn background_attachment(self, value: impl IntoAttributeValue) -> Self

source

fn background_clip(self, value: impl IntoAttributeValue) -> Self

source

fn background_color(self, value: impl IntoAttributeValue) -> Self

source

fn background_image(self, value: impl IntoAttributeValue) -> Self

source

fn background_origin(self, value: impl IntoAttributeValue) -> Self

source

fn background_position(self, value: impl IntoAttributeValue) -> Self

source

fn background_repeat(self, value: impl IntoAttributeValue) -> Self

source

fn background_size(self, value: impl IntoAttributeValue) -> Self

source

fn background_blend_mode(self, value: impl IntoAttributeValue) -> Self

source

fn baseline_shift(self, value: impl IntoAttributeValue) -> Self

source

fn bleed(self, value: impl IntoAttributeValue) -> Self

source

fn bookmark_label(self, value: impl IntoAttributeValue) -> Self

source

fn bookmark_level(self, value: impl IntoAttributeValue) -> Self

source

fn bookmark_state(self, value: impl IntoAttributeValue) -> Self

source

fn border(self, value: impl IntoAttributeValue) -> Self

source

fn border_color(self, value: impl IntoAttributeValue) -> Self

source

fn border_style(self, value: impl IntoAttributeValue) -> Self

source

fn border_width(self, value: impl IntoAttributeValue) -> Self

source

fn border_bottom(self, value: impl IntoAttributeValue) -> Self

source

fn border_bottom_color(self, value: impl IntoAttributeValue) -> Self

source

fn border_bottom_style(self, value: impl IntoAttributeValue) -> Self

source

fn border_bottom_width(self, value: impl IntoAttributeValue) -> Self

source

fn border_left(self, value: impl IntoAttributeValue) -> Self

source

fn border_left_color(self, value: impl IntoAttributeValue) -> Self

source

fn border_left_style(self, value: impl IntoAttributeValue) -> Self

source

fn border_left_width(self, value: impl IntoAttributeValue) -> Self

source

fn border_right(self, value: impl IntoAttributeValue) -> Self

source

fn border_right_color(self, value: impl IntoAttributeValue) -> Self

source

fn border_right_style(self, value: impl IntoAttributeValue) -> Self

source

fn border_right_width(self, value: impl IntoAttributeValue) -> Self

source

fn border_top(self, value: impl IntoAttributeValue) -> Self

source

fn border_top_color(self, value: impl IntoAttributeValue) -> Self

source

fn border_top_style(self, value: impl IntoAttributeValue) -> Self

source

fn border_top_width(self, value: impl IntoAttributeValue) -> Self

source

fn border_collapse(self, value: impl IntoAttributeValue) -> Self

source

fn border_image(self, value: impl IntoAttributeValue) -> Self

source

fn border_image_outset(self, value: impl IntoAttributeValue) -> Self

source

fn border_image_repeat(self, value: impl IntoAttributeValue) -> Self

source

fn border_image_slice(self, value: impl IntoAttributeValue) -> Self

source

fn border_image_source(self, value: impl IntoAttributeValue) -> Self

source

fn border_image_width(self, value: impl IntoAttributeValue) -> Self

source

fn border_radius(self, value: impl IntoAttributeValue) -> Self

source

fn border_bottom_left_radius(self, value: impl IntoAttributeValue) -> Self

source

fn border_bottom_right_radius(self, value: impl IntoAttributeValue) -> Self

source

fn border_top_left_radius(self, value: impl IntoAttributeValue) -> Self

source

fn border_top_right_radius(self, value: impl IntoAttributeValue) -> Self

source

fn border_spacing(self, value: impl IntoAttributeValue) -> Self

source

fn bottom(self, value: impl IntoAttributeValue) -> Self

source

fn box_decoration_break(self, value: impl IntoAttributeValue) -> Self

source

fn box_shadow(self, value: impl IntoAttributeValue) -> Self

source

fn box_sizing(self, value: impl IntoAttributeValue) -> Self

source

fn box_snap(self, value: impl IntoAttributeValue) -> Self

source

fn break_after(self, value: impl IntoAttributeValue) -> Self

source

fn break_before(self, value: impl IntoAttributeValue) -> Self

source

fn break_inside(self, value: impl IntoAttributeValue) -> Self

source

fn buffered_rendering(self, value: impl IntoAttributeValue) -> Self

source

fn caption_side(self, value: impl IntoAttributeValue) -> Self

source

fn clear(self, value: impl IntoAttributeValue) -> Self

source

fn clear_side(self, value: impl IntoAttributeValue) -> Self

source

fn clip(self, value: impl IntoAttributeValue) -> Self

source

fn clip_path(self, value: impl IntoAttributeValue) -> Self

source

fn clip_rule(self, value: impl IntoAttributeValue) -> Self

source

fn color(self, value: impl IntoAttributeValue) -> Self

source

fn color_adjust(self, value: impl IntoAttributeValue) -> Self

source

fn color_correction(self, value: impl IntoAttributeValue) -> Self

source

fn color_interpolation(self, value: impl IntoAttributeValue) -> Self

source

fn color_interpolation_filters(self, value: impl IntoAttributeValue) -> Self

source

fn color_profile(self, value: impl IntoAttributeValue) -> Self

source

fn color_rendering(self, value: impl IntoAttributeValue) -> Self

source

fn column_fill(self, value: impl IntoAttributeValue) -> Self

source

fn column_gap(self, value: impl IntoAttributeValue) -> Self

source

fn column_rule(self, value: impl IntoAttributeValue) -> Self

source

fn column_rule_color(self, value: impl IntoAttributeValue) -> Self

source

fn column_rule_style(self, value: impl IntoAttributeValue) -> Self

source

fn column_rule_width(self, value: impl IntoAttributeValue) -> Self

source

fn column_span(self, value: impl IntoAttributeValue) -> Self

source

fn columns(self, value: impl IntoAttributeValue) -> Self

source

fn column_count(self, value: impl IntoAttributeValue) -> Self

source

fn column_width(self, value: impl IntoAttributeValue) -> Self

source

fn contain(self, value: impl IntoAttributeValue) -> Self

source

fn content(self, value: impl IntoAttributeValue) -> Self

source

fn counter_increment(self, value: impl IntoAttributeValue) -> Self

source

fn counter_reset(self, value: impl IntoAttributeValue) -> Self

source

fn counter_set(self, value: impl IntoAttributeValue) -> Self

source

fn cue(self, value: impl IntoAttributeValue) -> Self

source

fn cue_after(self, value: impl IntoAttributeValue) -> Self

source

fn cue_before(self, value: impl IntoAttributeValue) -> Self

source

fn cursor(self, value: impl IntoAttributeValue) -> Self

source

fn direction(self, value: impl IntoAttributeValue) -> Self

source

fn display(self, value: impl IntoAttributeValue) -> Self

source

fn display_inside(self, value: impl IntoAttributeValue) -> Self

source

fn display_outside(self, value: impl IntoAttributeValue) -> Self

source

fn display_extras(self, value: impl IntoAttributeValue) -> Self

source

fn display_box(self, value: impl IntoAttributeValue) -> Self

source

fn dominant_baseline(self, value: impl IntoAttributeValue) -> Self

source

fn elevation(self, value: impl IntoAttributeValue) -> Self

source

fn empty_cells(self, value: impl IntoAttributeValue) -> Self

source

fn enable_background(self, value: impl IntoAttributeValue) -> Self

source

fn fill(self, value: impl IntoAttributeValue) -> Self

source

fn fill_opacity(self, value: impl IntoAttributeValue) -> Self

source

fn fill_rule(self, value: impl IntoAttributeValue) -> Self

source

fn filter(self, value: impl IntoAttributeValue) -> Self

source

fn float(self, value: impl IntoAttributeValue) -> Self

source

fn float_defer_column(self, value: impl IntoAttributeValue) -> Self

source

fn float_defer_page(self, value: impl IntoAttributeValue) -> Self

source

fn float_offset(self, value: impl IntoAttributeValue) -> Self

source

fn float_wrap(self, value: impl IntoAttributeValue) -> Self

source

fn flow_into(self, value: impl IntoAttributeValue) -> Self

source

fn flow_from(self, value: impl IntoAttributeValue) -> Self

source

fn flex(self, value: impl IntoAttributeValue) -> Self

source

fn flex_basis(self, value: impl IntoAttributeValue) -> Self

source

fn flex_grow(self, value: impl IntoAttributeValue) -> Self

source

fn flex_shrink(self, value: impl IntoAttributeValue) -> Self

source

fn flex_flow(self, value: impl IntoAttributeValue) -> Self

source

fn flex_direction(self, value: impl IntoAttributeValue) -> Self

source

fn flex_wrap(self, value: impl IntoAttributeValue) -> Self

source

fn flood_color(self, value: impl IntoAttributeValue) -> Self

source

fn flood_opacity(self, value: impl IntoAttributeValue) -> Self

source

fn font(self, value: impl IntoAttributeValue) -> Self

source

fn font_family(self, value: impl IntoAttributeValue) -> Self

source

fn font_size(self, value: impl IntoAttributeValue) -> Self

source

fn font_stretch(self, value: impl IntoAttributeValue) -> Self

source

fn font_style(self, value: impl IntoAttributeValue) -> Self

source

fn font_weight(self, value: impl IntoAttributeValue) -> Self

source

fn font_feature_settings(self, value: impl IntoAttributeValue) -> Self

source

fn font_kerning(self, value: impl IntoAttributeValue) -> Self

source

fn font_language_override(self, value: impl IntoAttributeValue) -> Self

source

fn font_size_adjust(self, value: impl IntoAttributeValue) -> Self

source

fn font_synthesis(self, value: impl IntoAttributeValue) -> Self

source

fn font_variant(self, value: impl IntoAttributeValue) -> Self

source

fn font_variant_alternates(self, value: impl IntoAttributeValue) -> Self

source

fn font_variant_caps(self, value: impl IntoAttributeValue) -> Self

source

fn font_variant_east_asian(self, value: impl IntoAttributeValue) -> Self

source

fn font_variant_ligatures(self, value: impl IntoAttributeValue) -> Self

source

fn font_variant_numeric(self, value: impl IntoAttributeValue) -> Self

source

fn font_variant_position(self, value: impl IntoAttributeValue) -> Self

source

fn footnote_policy(self, value: impl IntoAttributeValue) -> Self

source

fn glyph_orientation_horizontal(self, value: impl IntoAttributeValue) -> Self

source

fn glyph_orientation_vertical(self, value: impl IntoAttributeValue) -> Self

source

fn grid(self, value: impl IntoAttributeValue) -> Self

source

fn grid_auto_flow(self, value: impl IntoAttributeValue) -> Self

source

fn grid_auto_columns(self, value: impl IntoAttributeValue) -> Self

source

fn grid_auto_rows(self, value: impl IntoAttributeValue) -> Self

source

fn grid_template(self, value: impl IntoAttributeValue) -> Self

source

fn grid_template_areas(self, value: impl IntoAttributeValue) -> Self

source

fn grid_template_columns(self, value: impl IntoAttributeValue) -> Self

source

fn grid_template_rows(self, value: impl IntoAttributeValue) -> Self

source

fn grid_area(self, value: impl IntoAttributeValue) -> Self

source

fn grid_column(self, value: impl IntoAttributeValue) -> Self

source

fn grid_column_start(self, value: impl IntoAttributeValue) -> Self

source

fn grid_column_end(self, value: impl IntoAttributeValue) -> Self

source

fn grid_row(self, value: impl IntoAttributeValue) -> Self

source

fn grid_row_start(self, value: impl IntoAttributeValue) -> Self

source

fn grid_row_end(self, value: impl IntoAttributeValue) -> Self

source

fn hanging_punctuation(self, value: impl IntoAttributeValue) -> Self

source

fn height(self, value: impl IntoAttributeValue) -> Self

source

fn hyphenate_character(self, value: impl IntoAttributeValue) -> Self

source

fn hyphenate_limit_chars(self, value: impl IntoAttributeValue) -> Self

source

fn hyphenate_limit_last(self, value: impl IntoAttributeValue) -> Self

source

fn hyphenate_limit_lines(self, value: impl IntoAttributeValue) -> Self

source

fn hyphenate_limit_zone(self, value: impl IntoAttributeValue) -> Self

source

fn hyphens(self, value: impl IntoAttributeValue) -> Self

source

fn icon(self, value: impl IntoAttributeValue) -> Self

source

fn image_orientation(self, value: impl IntoAttributeValue) -> Self

source

fn image_resolution(self, value: impl IntoAttributeValue) -> Self

source

fn image_rendering(self, value: impl IntoAttributeValue) -> Self

source

fn ime(self, value: impl IntoAttributeValue) -> Self

source

fn ime_align(self, value: impl IntoAttributeValue) -> Self

source

fn ime_mode(self, value: impl IntoAttributeValue) -> Self

source

fn ime_offset(self, value: impl IntoAttributeValue) -> Self

source

fn ime_width(self, value: impl IntoAttributeValue) -> Self

source

fn initial_letters(self, value: impl IntoAttributeValue) -> Self

source

fn inline_box_align(self, value: impl IntoAttributeValue) -> Self

source

fn isolation(self, value: impl IntoAttributeValue) -> Self

source

fn justify_content(self, value: impl IntoAttributeValue) -> Self

source

fn justify_items(self, value: impl IntoAttributeValue) -> Self

source

fn justify_self(self, value: impl IntoAttributeValue) -> Self

source

fn kerning(self, value: impl IntoAttributeValue) -> Self

source

fn left(self, value: impl IntoAttributeValue) -> Self

source

fn letter_spacing(self, value: impl IntoAttributeValue) -> Self

source

fn lighting_color(self, value: impl IntoAttributeValue) -> Self

source

fn line_box_contain(self, value: impl IntoAttributeValue) -> Self

source

fn line_break(self, value: impl IntoAttributeValue) -> Self

source

fn line_grid(self, value: impl IntoAttributeValue) -> Self

source

fn line_height(self, value: impl IntoAttributeValue) -> Self

source

fn line_slack(self, value: impl IntoAttributeValue) -> Self

source

fn line_snap(self, value: impl IntoAttributeValue) -> Self

source

fn list_style(self, value: impl IntoAttributeValue) -> Self

source

fn list_style_image(self, value: impl IntoAttributeValue) -> Self

source

fn list_style_position(self, value: impl IntoAttributeValue) -> Self

source

fn list_style_type(self, value: impl IntoAttributeValue) -> Self

source

fn margin(self, value: impl IntoAttributeValue) -> Self

source

fn margin_bottom(self, value: impl IntoAttributeValue) -> Self

source

fn margin_left(self, value: impl IntoAttributeValue) -> Self

source

fn margin_right(self, value: impl IntoAttributeValue) -> Self

source

fn margin_top(self, value: impl IntoAttributeValue) -> Self

source

fn marker(self, value: impl IntoAttributeValue) -> Self

source

fn marker_end(self, value: impl IntoAttributeValue) -> Self

source

fn marker_mid(self, value: impl IntoAttributeValue) -> Self

source

fn marker_pattern(self, value: impl IntoAttributeValue) -> Self

source

fn marker_segment(self, value: impl IntoAttributeValue) -> Self

source

fn marker_start(self, value: impl IntoAttributeValue) -> Self

source

fn marker_knockout_left(self, value: impl IntoAttributeValue) -> Self

source

fn marker_knockout_right(self, value: impl IntoAttributeValue) -> Self

source

fn marker_side(self, value: impl IntoAttributeValue) -> Self

source

fn marks(self, value: impl IntoAttributeValue) -> Self

source

fn marquee_direction(self, value: impl IntoAttributeValue) -> Self

source

fn marquee_play_count(self, value: impl IntoAttributeValue) -> Self

source

fn marquee_speed(self, value: impl IntoAttributeValue) -> Self

source

fn marquee_style(self, value: impl IntoAttributeValue) -> Self

source

fn mask(self, value: impl IntoAttributeValue) -> Self

source

fn mask_image(self, value: impl IntoAttributeValue) -> Self

source

fn mask_repeat(self, value: impl IntoAttributeValue) -> Self

source

fn mask_position(self, value: impl IntoAttributeValue) -> Self

source

fn mask_clip(self, value: impl IntoAttributeValue) -> Self

source

fn mask_origin(self, value: impl IntoAttributeValue) -> Self

source

fn mask_size(self, value: impl IntoAttributeValue) -> Self

source

fn mask_box(self, value: impl IntoAttributeValue) -> Self

source

fn mask_box_outset(self, value: impl IntoAttributeValue) -> Self

source

fn mask_box_repeat(self, value: impl IntoAttributeValue) -> Self

source

fn mask_box_slice(self, value: impl IntoAttributeValue) -> Self

source

fn mask_box_source(self, value: impl IntoAttributeValue) -> Self

source

fn mask_box_width(self, value: impl IntoAttributeValue) -> Self

source

fn mask_type(self, value: impl IntoAttributeValue) -> Self

source

fn max_height(self, value: impl IntoAttributeValue) -> Self

source

fn max_lines(self, value: impl IntoAttributeValue) -> Self

source

fn max_width(self, value: impl IntoAttributeValue) -> Self

source

fn min_height(self, value: impl IntoAttributeValue) -> Self

source

fn min_width(self, value: impl IntoAttributeValue) -> Self

source

fn mix_blend_mode(self, value: impl IntoAttributeValue) -> Self

source

fn nav_down(self, value: impl IntoAttributeValue) -> Self

source

fn nav_index(self, value: impl IntoAttributeValue) -> Self

source

fn nav_left(self, value: impl IntoAttributeValue) -> Self

source

fn nav_right(self, value: impl IntoAttributeValue) -> Self

source

fn nav_up(self, value: impl IntoAttributeValue) -> Self

source

fn object_fit(self, value: impl IntoAttributeValue) -> Self

source

fn object_position(self, value: impl IntoAttributeValue) -> Self

source

fn offset_after(self, value: impl IntoAttributeValue) -> Self

source

fn offset_before(self, value: impl IntoAttributeValue) -> Self

source

fn offset_end(self, value: impl IntoAttributeValue) -> Self

source

fn offset_start(self, value: impl IntoAttributeValue) -> Self

source

fn opacity(self, value: impl IntoAttributeValue) -> Self

source

fn order(self, value: impl IntoAttributeValue) -> Self

source

fn orphans(self, value: impl IntoAttributeValue) -> Self

source

fn outline(self, value: impl IntoAttributeValue) -> Self

source

fn outline_color(self, value: impl IntoAttributeValue) -> Self

source

fn outline_style(self, value: impl IntoAttributeValue) -> Self

source

fn outline_width(self, value: impl IntoAttributeValue) -> Self

source

fn outline_offset(self, value: impl IntoAttributeValue) -> Self

source

fn overflow(self, value: impl IntoAttributeValue) -> Self

source

fn overflow_x(self, value: impl IntoAttributeValue) -> Self

source

fn overflow_y(self, value: impl IntoAttributeValue) -> Self

source

fn overflow_style(self, value: impl IntoAttributeValue) -> Self

source

fn overflow_wrap(self, value: impl IntoAttributeValue) -> Self

source

fn padding(self, value: impl IntoAttributeValue) -> Self

source

fn padding_bottom(self, value: impl IntoAttributeValue) -> Self

source

fn padding_left(self, value: impl IntoAttributeValue) -> Self

source

fn padding_right(self, value: impl IntoAttributeValue) -> Self

source

fn padding_top(self, value: impl IntoAttributeValue) -> Self

source

fn page(self, value: impl IntoAttributeValue) -> Self

source

fn page_break_after(self, value: impl IntoAttributeValue) -> Self

source

fn page_break_before(self, value: impl IntoAttributeValue) -> Self

source

fn page_break_inside(self, value: impl IntoAttributeValue) -> Self

source

fn paint_order(self, value: impl IntoAttributeValue) -> Self

source

fn pause(self, value: impl IntoAttributeValue) -> Self

source

fn pause_after(self, value: impl IntoAttributeValue) -> Self

source

fn pause_before(self, value: impl IntoAttributeValue) -> Self

source

fn perspective(self, value: impl IntoAttributeValue) -> Self

source

fn perspective_origin(self, value: impl IntoAttributeValue) -> Self

source

fn pitch(self, value: impl IntoAttributeValue) -> Self

source

fn pitch_range(self, value: impl IntoAttributeValue) -> Self

source

fn play_during(self, value: impl IntoAttributeValue) -> Self

source

fn pointer_events(self, value: impl IntoAttributeValue) -> Self

source

fn position(self, value: impl IntoAttributeValue) -> Self

source

fn quotes(self, value: impl IntoAttributeValue) -> Self

source

fn region_fragment(self, value: impl IntoAttributeValue) -> Self

source

fn resize(self, value: impl IntoAttributeValue) -> Self

source

fn rest(self, value: impl IntoAttributeValue) -> Self

source

fn rest_after(self, value: impl IntoAttributeValue) -> Self

source

fn rest_before(self, value: impl IntoAttributeValue) -> Self

source

fn richness(self, value: impl IntoAttributeValue) -> Self

source

fn right(self, value: impl IntoAttributeValue) -> Self

source

fn ruby_align(self, value: impl IntoAttributeValue) -> Self

source

fn ruby_merge(self, value: impl IntoAttributeValue) -> Self

source

fn ruby_position(self, value: impl IntoAttributeValue) -> Self

source

fn scroll_behavior(self, value: impl IntoAttributeValue) -> Self

source

fn scroll_snap_coordinate(self, value: impl IntoAttributeValue) -> Self

source

fn scroll_snap_destination(self, value: impl IntoAttributeValue) -> Self

source

fn scroll_snap_points_x(self, value: impl IntoAttributeValue) -> Self

source

fn scroll_snap_points_y(self, value: impl IntoAttributeValue) -> Self

source

fn scroll_snap_type(self, value: impl IntoAttributeValue) -> Self

source

fn shape_image_threshold(self, value: impl IntoAttributeValue) -> Self

source

fn shape_inside(self, value: impl IntoAttributeValue) -> Self

source

fn shape_margin(self, value: impl IntoAttributeValue) -> Self

source

fn shape_outside(self, value: impl IntoAttributeValue) -> Self

source

fn shape_padding(self, value: impl IntoAttributeValue) -> Self

source

fn shape_rendering(self, value: impl IntoAttributeValue) -> Self

source

fn size(self, value: impl IntoAttributeValue) -> Self

source

fn speak(self, value: impl IntoAttributeValue) -> Self

source

fn speak_as(self, value: impl IntoAttributeValue) -> Self

source

fn speak_header(self, value: impl IntoAttributeValue) -> Self

source

fn speak_numeral(self, value: impl IntoAttributeValue) -> Self

source

fn speak_punctuation(self, value: impl IntoAttributeValue) -> Self

source

fn speech_rate(self, value: impl IntoAttributeValue) -> Self

source

fn stop_color(self, value: impl IntoAttributeValue) -> Self

source

fn stop_opacity(self, value: impl IntoAttributeValue) -> Self

source

fn stress(self, value: impl IntoAttributeValue) -> Self

source

fn string_set(self, value: impl IntoAttributeValue) -> Self

source

fn stroke(self, value: impl IntoAttributeValue) -> Self

source

fn stroke_dasharray(self, value: impl IntoAttributeValue) -> Self

source

fn stroke_dashoffset(self, value: impl IntoAttributeValue) -> Self

source

fn stroke_linecap(self, value: impl IntoAttributeValue) -> Self

source

fn stroke_linejoin(self, value: impl IntoAttributeValue) -> Self

source

fn stroke_miterlimit(self, value: impl IntoAttributeValue) -> Self

source

fn stroke_opacity(self, value: impl IntoAttributeValue) -> Self

source

fn stroke_width(self, value: impl IntoAttributeValue) -> Self

source

fn tab_size(self, value: impl IntoAttributeValue) -> Self

source

fn table_layout(self, value: impl IntoAttributeValue) -> Self

source

fn text_align(self, value: impl IntoAttributeValue) -> Self

source

fn text_align_all(self, value: impl IntoAttributeValue) -> Self

source

fn text_align_last(self, value: impl IntoAttributeValue) -> Self

source

fn text_anchor(self, value: impl IntoAttributeValue) -> Self

source

fn text_combine_upright(self, value: impl IntoAttributeValue) -> Self

source

fn text_decoration(self, value: impl IntoAttributeValue) -> Self

source

fn text_decoration_color(self, value: impl IntoAttributeValue) -> Self

source

fn text_decoration_line(self, value: impl IntoAttributeValue) -> Self

source

fn text_decoration_style(self, value: impl IntoAttributeValue) -> Self

source

fn text_decoration_skip(self, value: impl IntoAttributeValue) -> Self

source

fn text_emphasis(self, value: impl IntoAttributeValue) -> Self

source

fn text_emphasis_color(self, value: impl IntoAttributeValue) -> Self

source

fn text_emphasis_style(self, value: impl IntoAttributeValue) -> Self

source

fn text_emphasis_position(self, value: impl IntoAttributeValue) -> Self

source

fn text_emphasis_skip(self, value: impl IntoAttributeValue) -> Self

source

fn text_height(self, value: impl IntoAttributeValue) -> Self

source

fn text_indent(self, value: impl IntoAttributeValue) -> Self

source

fn text_justify(self, value: impl IntoAttributeValue) -> Self

source

fn text_orientation(self, value: impl IntoAttributeValue) -> Self

source

fn text_overflow(self, value: impl IntoAttributeValue) -> Self

source

fn text_rendering(self, value: impl IntoAttributeValue) -> Self

source

fn text_shadow(self, value: impl IntoAttributeValue) -> Self

source

fn text_size_adjust(self, value: impl IntoAttributeValue) -> Self

source

fn text_space_collapse(self, value: impl IntoAttributeValue) -> Self

source

fn text_spacing(self, value: impl IntoAttributeValue) -> Self

source

fn text_transform(self, value: impl IntoAttributeValue) -> Self

source

fn text_underline_position(self, value: impl IntoAttributeValue) -> Self

source

fn text_wrap(self, value: impl IntoAttributeValue) -> Self

source

fn top(self, value: impl IntoAttributeValue) -> Self

source

fn touch_action(self, value: impl IntoAttributeValue) -> Self

source

fn transform(self, value: impl IntoAttributeValue) -> Self

source

fn transform_box(self, value: impl IntoAttributeValue) -> Self

source

fn transform_origin(self, value: impl IntoAttributeValue) -> Self

source

fn transform_style(self, value: impl IntoAttributeValue) -> Self

source

fn transition(self, value: impl IntoAttributeValue) -> Self

source

fn transition_delay(self, value: impl IntoAttributeValue) -> Self

source

fn transition_duration(self, value: impl IntoAttributeValue) -> Self

source

fn transition_property(self, value: impl IntoAttributeValue) -> Self

source

fn unicode_bidi(self, value: impl IntoAttributeValue) -> Self

source

fn vector_effect(self, value: impl IntoAttributeValue) -> Self

source

fn vertical_align(self, value: impl IntoAttributeValue) -> Self

source

fn visibility(self, value: impl IntoAttributeValue) -> Self

source

fn voice_balance(self, value: impl IntoAttributeValue) -> Self

source

fn voice_duration(self, value: impl IntoAttributeValue) -> Self

source

fn voice_family(self, value: impl IntoAttributeValue) -> Self

source

fn voice_pitch(self, value: impl IntoAttributeValue) -> Self

source

fn voice_range(self, value: impl IntoAttributeValue) -> Self

source

fn voice_rate(self, value: impl IntoAttributeValue) -> Self

source

fn voice_stress(self, value: impl IntoAttributeValue) -> Self

source

fn voice_volumn(self, value: impl IntoAttributeValue) -> Self

source

fn volume(self, value: impl IntoAttributeValue) -> Self

source

fn white_space(self, value: impl IntoAttributeValue) -> Self

source

fn widows(self, value: impl IntoAttributeValue) -> Self

source

fn width(self, value: impl IntoAttributeValue) -> Self

source

fn will_change(self, value: impl IntoAttributeValue) -> Self

source

fn word_break(self, value: impl IntoAttributeValue) -> Self

source

fn word_spacing(self, value: impl IntoAttributeValue) -> Self

source

fn word_wrap(self, value: impl IntoAttributeValue) -> Self

source

fn wrap_flow(self, value: impl IntoAttributeValue) -> Self

source

fn wrap_through(self, value: impl IntoAttributeValue) -> Self

source

fn writing_mode(self, value: impl IntoAttributeValue) -> Self

source

fn gap(self, value: impl IntoAttributeValue) -> Self

source

fn list_styler_type(self, value: impl IntoAttributeValue) -> Self

source

fn row_gap(self, value: impl IntoAttributeValue) -> Self

source

fn transition_timing_function(self, value: impl IntoAttributeValue) -> Self

source

fn user_select(self, value: impl IntoAttributeValue) -> Self

source

fn webkit_user_select(self, value: impl IntoAttributeValue) -> Self

source

fn z_index(self, value: impl IntoAttributeValue) -> Self

source

fn aria_current(self, value: impl IntoAttributeValue) -> Self

source

fn aria_details(self, value: impl IntoAttributeValue) -> Self

source

fn aria_disabled(self, value: impl IntoAttributeValue) -> Self

source

fn aria_hidden(self, value: impl IntoAttributeValue) -> Self

source

fn aria_invalid(self, value: impl IntoAttributeValue) -> Self

source

fn aria_keyshortcuts(self, value: impl IntoAttributeValue) -> Self

source

fn aria_label(self, value: impl IntoAttributeValue) -> Self

source

fn aria_roledescription(self, value: impl IntoAttributeValue) -> Self

source

fn aria_autocomplete(self, value: impl IntoAttributeValue) -> Self

source

fn aria_checked(self, value: impl IntoAttributeValue) -> Self

source

fn aria_expanded(self, value: impl IntoAttributeValue) -> Self

source

fn aria_haspopup(self, value: impl IntoAttributeValue) -> Self

source

fn aria_level(self, value: impl IntoAttributeValue) -> Self

source

fn aria_modal(self, value: impl IntoAttributeValue) -> Self

source

fn aria_multiline(self, value: impl IntoAttributeValue) -> Self

source

fn aria_multiselectable(self, value: impl IntoAttributeValue) -> Self

source

fn aria_orientation(self, value: impl IntoAttributeValue) -> Self

source

fn aria_placeholder(self, value: impl IntoAttributeValue) -> Self

source

fn aria_pressed(self, value: impl IntoAttributeValue) -> Self

source

fn aria_readonly(self, value: impl IntoAttributeValue) -> Self

source

fn aria_required(self, value: impl IntoAttributeValue) -> Self

source

fn aria_selected(self, value: impl IntoAttributeValue) -> Self

source

fn aria_sort(self, value: impl IntoAttributeValue) -> Self

source

fn aria_valuemax(self, value: impl IntoAttributeValue) -> Self

source

fn aria_valuemin(self, value: impl IntoAttributeValue) -> Self

source

fn aria_valuenow(self, value: impl IntoAttributeValue) -> Self

source

fn aria_valuetext(self, value: impl IntoAttributeValue) -> Self

source

fn aria_atomic(self, value: impl IntoAttributeValue) -> Self

source

fn aria_busy(self, value: impl IntoAttributeValue) -> Self

source

fn aria_live(self, value: impl IntoAttributeValue) -> Self

source

fn aria_relevant(self, value: impl IntoAttributeValue) -> Self

source

fn aria_dropeffect(self, value: impl IntoAttributeValue) -> Self

source

fn aria_grabbed(self, value: impl IntoAttributeValue) -> Self

source

fn aria_activedescendant(self, value: impl IntoAttributeValue) -> Self

source

fn aria_colcount(self, value: impl IntoAttributeValue) -> Self

source

fn aria_colindex(self, value: impl IntoAttributeValue) -> Self

source

fn aria_colspan(self, value: impl IntoAttributeValue) -> Self

source

fn aria_controls(self, value: impl IntoAttributeValue) -> Self

source

fn aria_describedby(self, value: impl IntoAttributeValue) -> Self

source

fn aria_errormessage(self, value: impl IntoAttributeValue) -> Self

source

fn aria_flowto(self, value: impl IntoAttributeValue) -> Self

source

fn aria_labelledby(self, value: impl IntoAttributeValue) -> Self

source

fn aria_owns(self, value: impl IntoAttributeValue) -> Self

source

fn aria_posinset(self, value: impl IntoAttributeValue) -> Self

source

fn aria_rowcount(self, value: impl IntoAttributeValue) -> Self

source

fn aria_rowindex(self, value: impl IntoAttributeValue) -> Self

source

fn aria_rowspan(self, value: impl IntoAttributeValue) -> Self

source

fn aria_setsize(self, value: impl IntoAttributeValue) -> Self

Object Safety§

This trait is not object safe.

Implementors§