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