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