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