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