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