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