pub struct DomRef(/* private fields */);
Expand description
Represents a reference to a DOM element. Obtain this via
use_ref::<DomRef>();
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DomRef
impl RefUnwindSafe for DomRef
impl Send for DomRef
impl Sync for DomRef
impl Unpin for DomRef
impl UnwindSafe for DomRef
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