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