pub struct title;
Trait Implementations§
Source§impl CssSelector for title
impl CssSelector for title
fn is_selector(&self)
impl ACompat for title
impl AbbrCompat for title
impl AddressCompat for title
impl AreaCompat for title
impl ArticleCompat for title
impl AsideCompat for title
impl AudioCompat for title
impl BCompat for title
impl BaseCompat for title
impl BdiCompat for title
impl BdoCompat for title
impl BlockquoteCompat for title
impl BodyCompat for title
impl BrCompat for title
impl ButtonCompat for title
impl CanvasCompat for title
impl CaptionCompat for title
impl CiteCompat for title
impl CodeCompat for title
impl ColCompat for title
impl ColgroupCompat for title
impl CssElement for title
impl DataCompat for title
impl DatalistCompat for title
impl DdCompat for title
impl DelCompat for title
impl DetailsCompat for title
impl DfnCompat for title
impl DialogCompat for title
impl DivCompat for title
impl DlCompat for title
impl DtCompat for title
impl EmCompat for title
impl EmbedCompat for title
impl FieldsetCompat for title
impl FigcaptionCompat for title
impl FigureCompat for title
impl FormCompat for title
impl GlobalAttribute for title
impl H1Compat for title
impl H2Compat for title
impl H3Compat for title
impl H4Compat for title
impl H5Compat for title
impl H6Compat for title
impl HeadCompat for title
impl HeaderCompat for title
impl HrCompat for title
impl HtmlCompat for title
impl ICompat for title
impl IframeCompat for title
impl ImgCompat for title
impl InputCompat for title
impl InsCompat for title
impl KbdCompat for title
impl LabelCompat for title
impl LegendCompat for title
impl LiCompat for title
impl LinkCompat for title
impl MainCompat for title
impl MapCompat for title
impl MarkCompat for title
impl MetaCompat for title
impl MeterCompat for title
impl NoscriptCompat for title
impl ObjectCompat for title
impl OlCompat for title
impl OptgroupCompat for title
impl OptionCompat for title
impl OutputCompat for title
impl PCompat for title
impl PictureCompat for title
impl PreCompat for title
impl ProgressCompat for title
impl QCompat for title
impl RpCompat for title
impl RtCompat for title
impl RubyCompat for title
impl SCompat for title
impl ScriptCompat for title
impl SectionCompat for title
impl SelectCompat for title
impl SmallCompat for title
impl SourceCompat for title
impl SpanCompat for title
impl StrongCompat for title
impl StyleCompat for title
impl SubCompat for title
impl SummaryCompat for title
impl SupCompat for title
impl TableCompat for title
impl TbodyCompat for title
impl TdCompat for title
impl TemplateCompat for title
impl TextareaCompat for title
impl TfootCompat for title
impl ThCompat for title
impl TheadCompat for title
impl TimeCompat for title
impl TitleCompat for title
impl TrCompat for title
impl TrackCompat for title
impl UCompat for title
impl UlCompat for title
impl VarCompat for title
impl VideoCompat for title
impl WbrCompat for title
Auto Trait Implementations§
impl Freeze for title
impl RefUnwindSafe for title
impl Send for title
impl Sync for title
impl Unpin for title
impl UnwindSafe for title
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