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