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