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