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