pub struct tfoot;
Trait Implementations§
Source§impl CssSelector for tfoot
impl CssSelector for tfoot
fn is_selector(&self)
impl CssElement for tfoot
Auto Trait Implementations§
impl Freeze for tfoot
impl RefUnwindSafe for tfoot
impl Send for tfoot
impl Sync for tfoot
impl Unpin for tfoot
impl UnwindSafe for tfoot
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