pub struct noscript {
pub attributes: <noscript as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>)>,
}
Available on crate feature
typed
only.Fields§
§attributes: <noscript as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>)>
Trait Implementations§
Source§impl TypedElement for noscript
impl TypedElement for noscript
Source§type Attributes = NoscriptAttributes
type Attributes = NoscriptAttributes
The attributes of the element.
Source§fn from_attributes(
attributes: <noscript as TypedElement>::Attributes,
other_attributes: Vec<(String, Option<String>)>,
) -> noscript
fn from_attributes( attributes: <noscript as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>)>, ) -> noscript
Create an element from its attributes.
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