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