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