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