Struct html_node_core::typed::elements::ruby
source · pub struct ruby {
pub attributes: <Self as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>)>,
}
Available on crate feature
typed
only.Fields§
§attributes: <Self as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>)>
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: Self::Attributes,
other_attributes: Vec<(String, Option<String>)>
) -> Self
fn from_attributes( attributes: Self::Attributes, other_attributes: Vec<(String, Option<String>)> ) -> Self
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