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