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