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