Struct title

Source
pub struct title;

Trait Implementations§

Source§

impl Clone for title

Source§

fn clone(&self) -> title

Returns a duplicate of the value. Read more
1.0.0 · Source§

const fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl CssSelector for title

Source§

impl Display for title

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl ACompat for title

Source§

impl AbbrCompat for title

Source§

impl AddressCompat for title

Source§

impl AreaCompat for title

Source§

impl ArticleCompat for title

Source§

impl AsideCompat for title

Source§

impl AudioCompat for title

Source§

impl BCompat for title

Source§

impl BaseCompat for title

Source§

impl BdiCompat for title

Source§

impl BdoCompat for title

Source§

impl BlockquoteCompat for title

Source§

impl BodyCompat for title

Source§

impl BrCompat for title

Source§

impl ButtonCompat for title

Source§

impl CanvasCompat for title

Source§

impl CaptionCompat for title

Source§

impl CiteCompat for title

Source§

impl CodeCompat for title

Source§

impl ColCompat for title

Source§

impl ColgroupCompat for title

Source§

impl CssElement for title

Source§

impl DataCompat for title

Source§

impl DatalistCompat for title

Source§

impl DdCompat for title

Source§

impl DelCompat for title

Source§

impl DetailsCompat for title

Source§

impl DfnCompat for title

Source§

impl DialogCompat for title

Source§

impl DivCompat for title

Source§

impl DlCompat for title

Source§

impl DtCompat for title

Source§

impl EmCompat for title

Source§

impl EmbedCompat for title

Source§

impl FieldsetCompat for title

Source§

impl FigcaptionCompat for title

Source§

impl FigureCompat for title

Source§

impl FooterCompat for title

Source§

impl FormCompat for title

Source§

impl GlobalAttribute for title

Source§

impl H1Compat for title

Source§

impl H2Compat for title

Source§

impl H3Compat for title

Source§

impl H4Compat for title

Source§

impl H5Compat for title

Source§

impl H6Compat for title

Source§

impl HeadCompat for title

Source§

impl HeaderCompat for title

Source§

impl HrCompat for title

Source§

impl HtmlCompat for title

Source§

impl ICompat for title

Source§

impl IframeCompat for title

Source§

impl ImgCompat for title

Source§

impl InputCompat for title

Source§

impl InsCompat for title

Source§

impl KbdCompat for title

Source§

impl LabelCompat for title

Source§

impl LegendCompat for title

Source§

impl LiCompat for title

Source§

impl LinkCompat for title

Source§

impl MainCompat for title

Source§

impl MapCompat for title

Source§

impl MarkCompat for title

Source§

impl MetaCompat for title

Source§

impl MeterCompat for title

Source§

impl NavCompat for title

Source§

impl NoscriptCompat for title

Source§

impl ObjectCompat for title

Source§

impl OlCompat for title

Source§

impl OptgroupCompat for title

Source§

impl OptionCompat for title

Source§

impl OutputCompat for title

Source§

impl PCompat for title

Source§

impl PictureCompat for title

Source§

impl PreCompat for title

Source§

impl ProgressCompat for title

Source§

impl QCompat for title

Source§

impl RpCompat for title

Source§

impl RtCompat for title

Source§

impl RubyCompat for title

Source§

impl SCompat for title

Source§

impl ScriptCompat for title

Source§

impl SectionCompat for title

Source§

impl SelectCompat for title

Source§

impl SmallCompat for title

Source§

impl SourceCompat for title

Source§

impl SpanCompat for title

Source§

impl StrongCompat for title

Source§

impl StyleCompat for title

Source§

impl SubCompat for title

Source§

impl SummaryCompat for title

Source§

impl SupCompat for title

Source§

impl TableCompat for title

Source§

impl TbodyCompat for title

Source§

impl TdCompat for title

Source§

impl TemplateCompat for title

Source§

impl TextareaCompat for title

Source§

impl TfootCompat for title

Source§

impl ThCompat for title

Source§

impl TheadCompat for title

Source§

impl TimeCompat for title

Source§

impl TitleCompat for title

Source§

impl TrCompat for title

Source§

impl TrackCompat for title

Source§

impl UCompat for title

Source§

impl UlCompat for title

Source§

impl VarCompat for title

Source§

impl VideoCompat for title

Source§

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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.