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