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