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