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