pub struct Iframe(/* private fields */);
Trait Implementations§
Source§impl DomElement for Iframe
impl DomElement for Iframe
type Target = HtmlIFrameElement
fn dom_element(&self) -> Self::Target
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