Skip to main content

Wiki

Enum Wiki 

Source
pub enum Wiki {
Show 13 variants Table, DBName, Lang, Name, Family, URL, Size, IsClosed, HasEcho, HasFlaggedRevs, HasVisualEditor, HasWikidata, IsSensitive,
}
Available on crate feature toolforge only.
Expand description

meta_p.wiki table Documentation is available on wikitech.wikimedia.org.

Variants§

§

Table

§

DBName

§

Lang

§

Name

§

Family

§

URL

§

Size

§

IsClosed

§

HasEcho

§

HasFlaggedRevs

§

HasVisualEditor

§

HasWikidata

§

IsSensitive

Trait Implementations§

Source§

impl Iden for Wiki

Source§

fn prepare(&self, s: &mut dyn Write, q: Quote)

Source§

fn unquoted(&self, s: &mut dyn Write)

Write a raw identifier string without quotes. Read more
§

fn quoted(&self, q: Quote) -> String

§

fn to_string(&self) -> String

A shortcut for writing an [unquoted][Iden::unquoted] identifier into a String. Read more

Auto Trait Implementations§

§

impl Freeze for Wiki

§

impl RefUnwindSafe for Wiki

§

impl Send for Wiki

§

impl Sync for Wiki

§

impl Unpin for Wiki

§

impl UnsafeUnpin for Wiki

§

impl UnwindSafe for Wiki

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> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<I> IdenList for I
where I: IntoIden,

§

type IntoIter = Once<SeaRc<dyn Iden>>

§

fn into_iter(self) -> <I as IdenList>::IntoIter

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.

§

impl<T> IntoColumnRef for T
where T: 'static + IntoIden,

§

fn into_column_ref(self) -> ColumnRef

§

impl<T> IntoIden for T
where T: 'static + Iden,

§

fn into_iden(self) -> SeaRc<dyn Iden>

§

impl<I> IntoIndexColumn for I
where I: IntoIden,

§

fn into_index_column(self) -> IndexColumn

§

impl<T> IntoTableRef for T
where T: 'static + IntoIden,

§

fn into_table_ref(self) -> TableRef

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.