pub struct Embed(/* private fields */);
Trait Implementations§
Source§impl DomElement for Embed
impl DomElement for Embed
type Target = HtmlEmbedElement
fn dom_element(&self) -> Self::Target
Auto Trait Implementations§
impl Freeze for Embed
impl !RefUnwindSafe for Embed
impl !Send for Embed
impl !Sync for Embed
impl Unpin for Embed
impl !UnwindSafe for Embed
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