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