pub struct progress {
pub attributes: <progress as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>)>,
}
Available on crate feature
typed
only.Fields§
§attributes: <progress as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>)>
Trait Implementations§
Source§impl TypedElement for progress
impl TypedElement for progress
Source§type Attributes = ProgressAttributes
type Attributes = ProgressAttributes
The attributes of the element.
Source§fn from_attributes(
attributes: <progress as TypedElement>::Attributes,
other_attributes: Vec<(String, Option<String>)>,
) -> progress
fn from_attributes( attributes: <progress as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>)>, ) -> progress
Create an element from its attributes.
Auto Trait Implementations§
impl Freeze for progress
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