pub struct iframe;Expand description
HTML <iframe> element - Embeds another document within the current HTML document
Example:
<iframe src="https://example.com" title="Example Site"></iframe>
Trait Implementations§
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