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