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