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