pub struct HTMXElement { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for HTMXElement
impl RefUnwindSafe for HTMXElement
impl Send for HTMXElement
impl Sync for HTMXElement
impl Unpin for HTMXElement
impl UnwindSafe for HTMXElement
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