pub struct hgroup;
Expand description
A heading and related content.
Trait Implementations§
Source§impl GlobalAttributes for hgroup
impl GlobalAttributes for hgroup
Source§const access_key: Attribute = Attribute
const access_key: Attribute = Attribute
Used as a guide for creating a keyboard shortcut that activates or
focuses the element.
Source§const autocapitalize: Attribute = Attribute
const autocapitalize: Attribute = Attribute
The autocapitalization behavior to use when the text is edited through
non-keyboard methods.
Source§const autofocus: Attribute = Attribute
const autofocus: Attribute = Attribute
Indicates whether the element should be automatically focused when the
page is loaded.
Source§const contenteditable: Attribute = Attribute
const contenteditable: Attribute = Attribute
Whether the element is editable.
Source§const enterkeyhint: Attribute = Attribute
const enterkeyhint: Attribute = Attribute
A hint as to what the
enter
key should do.Whether the element is hidden from view.
Source§const inert: Attribute = Attribute
const inert: Attribute = Attribute
Mark an element and its children as inert, disabling interaction.
Source§const inputmode: Attribute = Attribute
const inputmode: Attribute = Attribute
Specifies what kind of input mechanism would be most helpful for users
entering content.
Source§const itemref: Attribute = Attribute
const itemref: Attribute = Attribute
A list of additional elements to crawl to find the name-value pairs of
the item.
Source§const nonce: Attribute = Attribute
const nonce: Attribute = Attribute
A cryptographic nonce (“number used once”) which can be used by Content
Security Policy to determine whether or not a given fetch will be
allowed to proceed.
Source§const popover: Attribute = Attribute
const popover: Attribute = Attribute
When specified, the element won’t be rendered until it becomes shown, at
which point it will be rendered on top of other page content.
Source§const spellcheck: Attribute = Attribute
const spellcheck: Attribute = Attribute
Whether the element is spellchecked or not.
impl Copy for hgroup
Auto Trait Implementations§
impl Freeze for hgroup
impl RefUnwindSafe for hgroup
impl Send for hgroup
impl Sync for hgroup
impl Unpin for hgroup
impl UnwindSafe for hgroup
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> HtmxAttributes for Twhere
T: GlobalAttributes,
impl<T> HtmxAttributes for Twhere
T: GlobalAttributes,
Source§const hx_get: Attribute = Attribute
const hx_get: Attribute = Attribute
Available on crate feature
htmx
only.Issues a GET to the specified URL
Source§const hx_post: Attribute = Attribute
const hx_post: Attribute = Attribute
Available on crate feature
htmx
only.Issues a POST to the specified URL
Source§const hx_on: AttributeNamespace = AttributeNamespace
const hx_on: AttributeNamespace = AttributeNamespace
Available on crate feature
htmx
only.Handle events with inline scripts on elements
Source§const hx_push_url: Attribute = Attribute
const hx_push_url: Attribute = Attribute
Available on crate feature
htmx
only.Push a URL into the browser location bar to create history
Source§const hx_select: Attribute = Attribute
const hx_select: Attribute = Attribute
Available on crate feature
htmx
only.Select content to swap in from a response
Source§const hx_select_oob: Attribute = Attribute
const hx_select_oob: Attribute = Attribute
Available on crate feature
htmx
only.Select content to swap in from a response, somewhere other than the
target (out of band)
Source§const hx_swap: Attribute = Attribute
const hx_swap: Attribute = Attribute
Available on crate feature
htmx
only.Controls how content will swap in (outerHTML, beforeend, afterend, …)
Source§const hx_swap_oob: Attribute = Attribute
const hx_swap_oob: Attribute = Attribute
Available on crate feature
htmx
only.Mark element to swap in from a response (out of band)
Source§const hx_target: Attribute = Attribute
const hx_target: Attribute = Attribute
Available on crate feature
htmx
only.Specifies the target element to be swapped
Source§const hx_trigger: Attribute = Attribute
const hx_trigger: Attribute = Attribute
Available on crate feature
htmx
only.Specifies the event that triggers the request
Source§const hx_vals: Attribute = Attribute
const hx_vals: Attribute = Attribute
Available on crate feature
htmx
only.Add values to submit with the request (JSON format)
Source§const hx_boost: Attribute = Attribute
const hx_boost: Attribute = Attribute
Available on crate feature
htmx
only.Add progressive enhancement for links and forms
Source§const hx_confirm: Attribute = Attribute
const hx_confirm: Attribute = Attribute
Available on crate feature
htmx
only.Shows a confirm() dialog before issuing a request
Source§const hx_delete: Attribute = Attribute
const hx_delete: Attribute = Attribute
Available on crate feature
htmx
only.Issues a DELETE to the specified URL
Source§const hx_disable: Attribute = Attribute
const hx_disable: Attribute = Attribute
Available on crate feature
htmx
only.Disables htmx processing for the given node and any children nodes
Source§const hx_disabled_elt: Attribute = Attribute
const hx_disabled_elt: Attribute = Attribute
Available on crate feature
htmx
only.Adds the disabled attribute to the specified elements while a request is
in flight
Source§const hx_disinherit: Attribute = Attribute
const hx_disinherit: Attribute = Attribute
Available on crate feature
htmx
only.Control and disable automatic attribute inheritance for child nodes
Source§const hx_encoding: Attribute = Attribute
const hx_encoding: Attribute = Attribute
Available on crate feature
htmx
only.Changes the request encoding type
Source§const hx_ext: Attribute = Attribute
const hx_ext: Attribute = Attribute
Available on crate feature
htmx
only.Extensions to use for this element
Source§const hx_headers: Attribute = Attribute
const hx_headers: Attribute = Attribute
Available on crate feature
htmx
only.Adds to the headers that will be submitted with the request
Source§const hx_history: Attribute = Attribute
const hx_history: Attribute = Attribute
Available on crate feature
htmx
only.Prevent sensitive data being saved to the history cache
Source§const hx_history_elt: Attribute = Attribute
const hx_history_elt: Attribute = Attribute
Available on crate feature
htmx
only.The element to snapshot and restore during history navigation
Source§const hx_include: Attribute = Attribute
const hx_include: Attribute = Attribute
Available on crate feature
htmx
only.Include additional data in requests
Source§const hx_indicator: Attribute = Attribute
const hx_indicator: Attribute = Attribute
Available on crate feature
htmx
only.The element to put the htmx-request class on during the request
Source§const hx_inherit: Attribute = Attribute
const hx_inherit: Attribute = Attribute
Available on crate feature
htmx
only.Control and enable automatic attribute inheritance for child nodes if it
has been disabled by default
Source§const hx_params: Attribute = Attribute
const hx_params: Attribute = Attribute
Available on crate feature
htmx
only.Filters the parameters that will be submitted with a request
Source§const hx_patch: Attribute = Attribute
const hx_patch: Attribute = Attribute
Available on crate feature
htmx
only.Issues a PATCH to the specified URL
Source§const hx_preserve: Attribute = Attribute
const hx_preserve: Attribute = Attribute
Available on crate feature
htmx
only.Specifies elements to keep unchanged between requests
Source§const hx_prompt: Attribute = Attribute
const hx_prompt: Attribute = Attribute
Available on crate feature
htmx
only.Shows a prompt() before submitting a request
Source§const hx_put: Attribute = Attribute
const hx_put: Attribute = Attribute
Available on crate feature
htmx
only.Issues a PUT to the specified URL
Source§const hx_replace_url: Attribute = Attribute
const hx_replace_url: Attribute = Attribute
Available on crate feature
htmx
only.Replace the URL in the browser location bar
Source§const hx_request: Attribute = Attribute
const hx_request: Attribute = Attribute
Available on crate feature
htmx
only.Configures various aspects of the request
Source§const hx_sync: Attribute = Attribute
const hx_sync: Attribute = Attribute
Available on crate feature
htmx
only.Control how requests made by different elements are synchronized
Source§const hx_validate: Attribute = Attribute
const hx_validate: Attribute = Attribute
Available on crate feature
htmx
only.Force elements to validate themselves before a request