[][src]Struct toornament::MatchId

pub struct MatchId(pub String);

Match unique identificator.

Trait Implementations

impl Clone for MatchId[src]

impl Debug for MatchId[src]

impl Default for MatchId[src]

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

impl Eq for MatchId[src]

impl Ord for MatchId[src]

impl PartialEq<MatchId> for MatchId[src]

impl PartialOrd<MatchId> for MatchId[src]

impl Serialize for MatchId[src]

impl StructuralEq for MatchId[src]

impl StructuralPartialEq for MatchId[src]

Auto Trait Implementations

impl RefUnwindSafe for MatchId

impl Send for MatchId

impl Sync for MatchId

impl Unpin for MatchId

impl UnwindSafe for MatchId

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[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.