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