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