pub struct Em;
Trait Implementations§
Source§impl<'a> ElementBuilder<'a> for Em
impl<'a> ElementBuilder<'a> for Em
fn builder() -> HtmlElement<'a>
impl Eq for Em
impl StructuralPartialEq for Em
Auto Trait Implementations§
impl Freeze for Em
impl RefUnwindSafe for Em
impl Send for Em
impl Sync for Em
impl Unpin for Em
impl UnwindSafe for Em
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