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