pub struct NoScript { /* private fields */ }
Expand description
The <noscript>
tag. The contents of this tag will be shown to people whose
browsers don’t support Javascript, or who don’t have Javascript enabled.
See MDN’s page on this for further information.
Implementations§
Trait Implementations§
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