pub struct ruby {
pub attributes: RubyAttributes,
pub data_attributes: Vec<(String, Option<String>), Global>,
pub aria_attributes: Vec<(String, Option<String>), Global>,
}
Fields§
§attributes: RubyAttributes
§data_attributes: Vec<(String, Option<String>), Global>
§aria_attributes: Vec<(String, Option<String>), Global>
Trait Implementations§
source§impl TypedElement for ruby
impl TypedElement for ruby
§type Attributes = RubyAttributes
type Attributes = RubyAttributes
The attributes of the element.
source§fn from_attributes(
attributes: <ruby as TypedElement>::Attributes,
data_attributes: Vec<(String, Option<String>), Global>,
aria_attributes: Vec<(String, Option<String>), Global>
) -> ruby
fn from_attributes( attributes: <ruby as TypedElement>::Attributes, data_attributes: Vec<(String, Option<String>), Global>, aria_attributes: Vec<(String, Option<String>), Global> ) -> ruby
Create an element from its attributes.
Auto Trait Implementations§
impl RefUnwindSafe for ruby
impl Send for ruby
impl Sync for ruby
impl Unpin for ruby
impl UnwindSafe for ruby
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