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