[][src]Struct parse_mediawiki_sql::types::PageTitle

pub struct PageTitle(_);

Represents the page_title field of the page table, a title with underscores.

Implementations

impl PageTitle[src]

pub fn into_inner(self) -> String[src]

Trait Implementations

impl Clone for PageTitle[src]

impl Debug for PageTitle[src]

impl Eq for PageTitle[src]

impl<'a> From<&'a PageTitle> for &'a String[src]

impl From<PageTitle> for String[src]

impl From<String> for PageTitle[src]

impl<'input> FromSql<'input> for PageTitle[src]

impl Hash for PageTitle[src]

impl Ord for PageTitle[src]

impl PartialEq<PageTitle> for PageTitle[src]

impl PartialOrd<PageTitle> for PageTitle[src]

impl StructuralEq for PageTitle[src]

impl StructuralPartialEq for PageTitle[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.