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