[][src]Struct covidcotra::UniqueIdentity

pub struct UniqueIdentity(_);

Just the Unique ID detached from the authentication.

Methods

impl UniqueIdentity[src]

pub fn unique() -> UniqueIdentity[src]

Creates a new unique identity.

pub fn hash(&self) -> HashedIdentity[src]

Hashes this unique identity

Trait Implementations

impl Clone for UniqueIdentity[src]

impl Copy for UniqueIdentity[src]

impl Debug for UniqueIdentity[src]

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

impl Eq for UniqueIdentity[src]

impl Hash for UniqueIdentity[src]

impl PartialEq<UniqueIdentity> for UniqueIdentity[src]

impl Serialize for UniqueIdentity[src]

impl StructuralEq for UniqueIdentity[src]

impl StructuralPartialEq for UniqueIdentity[src]

Auto Trait Implementations

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> Same<T> for T

type Output = T

Should always be Self

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.

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