Struct db_dump::teams::TeamId[][src]

#[repr(transparent)]
pub struct TeamId(pub u32);

Primary key of teams.csv.

Implementations

impl TeamId[src]

pub fn lookup<'a>(self, index: &Index<'a>) -> &'a Row[src]

Trait Implementations

impl Borrow<TeamId> for Row[src]

impl Clone for TeamId[src]

impl Copy for TeamId[src]

impl Debug for TeamId[src]

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

impl Eq for TeamId[src]

impl Hash for TeamId[src]

impl Ord for TeamId[src]

impl PartialEq<OwnerId> for TeamId[src]

impl PartialEq<TeamId> for OwnerId[src]

impl PartialEq<TeamId> for TeamId[src]

impl PartialOrd<TeamId> for TeamId[src]

impl StructuralEq for TeamId[src]

impl StructuralPartialEq for TeamId[src]

Auto Trait Implementations

impl RefUnwindSafe for TeamId

impl Send for TeamId

impl Sync for TeamId

impl Unpin for TeamId

impl UnwindSafe for TeamId

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, 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.