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