pub struct iframe;
Trait Implementations§
Source§impl CssSelector for iframe
impl CssSelector for iframe
fn is_selector(&self)
impl CssElement 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