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