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