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