[−][src]Struct parse_mediawiki_sql::schemas::CategoryLinks
Represents the categorylinks table.
Fields
id: PageIdto: PageTitlesortkey: Vec<u8>Can be truncated in the middle of a UTF-8 sequence,
so cannot be represented as a String.
timestamp: Timestampsortkey_prefix: Vec<u8>Values added after this change, should be valid UTF-8, but older values may be invalid if they have been truncated in the middle of a multi-byte sequence.
collation: Stringtype: PageType<'input>Trait Implementations
impl<'input> Clone for CategoryLinks<'input>[src]
fn clone(&self) -> CategoryLinks<'input>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'input> Debug for CategoryLinks<'input>[src]
impl<'input> Eq for CategoryLinks<'input>[src]
impl<'input> FromSqlTuple<'input> for CategoryLinks<'input>[src]
impl<'input> Hash for CategoryLinks<'input>[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl<'input> Ord for CategoryLinks<'input>[src]
fn cmp(&self, other: &CategoryLinks<'input>) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl<'input> PartialEq<CategoryLinks<'input>> for CategoryLinks<'input>[src]
fn eq(&self, other: &CategoryLinks<'input>) -> bool[src]
fn ne(&self, other: &CategoryLinks<'input>) -> bool[src]
impl<'input> PartialOrd<CategoryLinks<'input>> for CategoryLinks<'input>[src]
fn partial_cmp(&self, other: &CategoryLinks<'input>) -> Option<Ordering>[src]
fn lt(&self, other: &CategoryLinks<'input>) -> bool[src]
fn le(&self, other: &CategoryLinks<'input>) -> bool[src]
fn gt(&self, other: &CategoryLinks<'input>) -> bool[src]
fn ge(&self, other: &CategoryLinks<'input>) -> bool[src]
impl<'input> StructuralEq for CategoryLinks<'input>[src]
impl<'input> StructuralPartialEq for CategoryLinks<'input>[src]
Auto Trait Implementations
impl<'input> RefUnwindSafe for CategoryLinks<'input>
impl<'input> Send for CategoryLinks<'input>
impl<'input> Sync for CategoryLinks<'input>
impl<'input> Unpin for CategoryLinks<'input>
impl<'input> UnwindSafe for CategoryLinks<'input>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,