pub struct progress {
pub attributes: ProgressAttributes,
pub data_attributes: Vec<(String, Option<String>), Global>,
pub aria_attributes: Vec<(String, Option<String>), Global>,
}
Fields§
§attributes: ProgressAttributes
§data_attributes: Vec<(String, Option<String>), Global>
§aria_attributes: Vec<(String, Option<String>), Global>
Trait Implementations§
source§impl TypedElement for progress
impl TypedElement for progress
§type Attributes = ProgressAttributes
type Attributes = ProgressAttributes
The attributes of the element.
source§fn from_attributes(
attributes: <progress as TypedElement>::Attributes,
data_attributes: Vec<(String, Option<String>), Global>,
aria_attributes: Vec<(String, Option<String>), Global>
) -> progress
fn from_attributes( attributes: <progress as TypedElement>::Attributes, data_attributes: Vec<(String, Option<String>), Global>, aria_attributes: Vec<(String, Option<String>), Global> ) -> progress
Create an element from its attributes.
Auto Trait Implementations§
impl RefUnwindSafe for progress
impl Send for progress
impl Sync for progress
impl Unpin for progress
impl UnwindSafe for progress
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