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