[][src]Struct places::storage::RowId

pub struct RowId(pub i64);

Trait Implementations

impl Clone for RowId[src]

impl Copy for RowId[src]

impl Debug for RowId[src]

impl Default for RowId[src]

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

impl Display for RowId[src]

impl Eq for RowId[src]

impl From<RowId> for i64[src]

impl FromSql for RowId[src]

impl Ord for RowId[src]

impl PartialEq<RowId> for RowId[src]

impl PartialOrd<RowId> for RowId[src]

impl Serialize for RowId[src]

impl StructuralEq for RowId[src]

impl StructuralPartialEq for RowId[src]

impl ToSql for RowId[src]

Auto Trait Implementations

impl RefUnwindSafe for RowId

impl Send for RowId

impl Sync for RowId

impl Unpin for RowId

impl UnwindSafe for RowId

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: for<'de> Deserialize<'de>, 
[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> 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,