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