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