[][src]Struct deepwell_core::WikiId

pub struct WikiId(_);

Methods

impl WikiId[src]

pub fn to_i64(self) -> i64[src]

pub fn from_raw(value: i64) -> Self[src]

Trait Implementations

impl AsRef<i64> for WikiId[src]

impl Borrow<i64> for WikiId[src]

impl Clone for WikiId[src]

impl Copy for WikiId[src]

impl Debug for WikiId[src]

impl<'de> Deserialize<'de> for WikiId[src]

impl Display for WikiId[src]

impl Eq for WikiId[src]

impl FromSql<BigInt, Pg> for WikiId[src]

impl Hash for WikiId[src]

impl Into<i64> for WikiId[src]

impl Ord for WikiId[src]

impl PartialEq<WikiId> for WikiId[src]

impl PartialOrd<WikiId> for WikiId[src]

impl Queryable<BigInt, Pg> for WikiId[src]

type Row = <i64 as Queryable<BigInt, Pg>>::Row

The Rust type you'd like to map from. Read more

impl Serialize for WikiId[src]

impl StructuralEq for WikiId[src]

impl StructuralPartialEq for WikiId[src]

Auto Trait Implementations

impl RefUnwindSafe for WikiId

impl Send for WikiId

impl Sync for WikiId

impl Unpin for WikiId

impl UnwindSafe for WikiId

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

impl<T> IntoSql for T[src]

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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.