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