pub struct Iframe;
Trait Implementations§
Source§impl<'a> ElementBuilder<'a> for Iframe
impl<'a> ElementBuilder<'a> for Iframe
fn builder() -> HtmlElement<'a>
impl Eq for Iframe
impl StructuralPartialEq for Iframe
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