[][src]Struct flubber_backend_proto::UserID

pub struct UserID(pub String);

A name for a user on a service. This should uniquely identify a user through renames if possible.

Trait Implementations

impl Clone for UserID[src]

impl Eq for UserID[src]

impl PartialEq<UserID> for UserID[src]

impl Debug for UserID[src]

impl Hash for UserID[src]

impl StructuralPartialEq for UserID[src]

impl StructuralEq for UserID[src]

impl Serialize for UserID[src]

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

impl Value for UserID[src]

Auto Trait Implementations

impl Send for UserID

impl Sync for UserID

impl Unpin for UserID

impl UnwindSafe for UserID

impl RefUnwindSafe for UserID

Blanket Implementations

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 = !

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<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]