[][src]Struct sunshine_identity_client::AccountStore

pub struct AccountStore<T: Identity> { /* fields omitted */ }

Trait Implementations

impl<T: Clone + Identity> Clone for AccountStore<T> where
    T::Uid: Clone
[src]

impl<T: Debug + Identity> Debug for AccountStore<T> where
    T::Uid: Debug
[src]

impl<T: Identity> Encode for AccountStore<T> where
    T::Uid: Encode,
    T::Uid: Encode
[src]

impl<T: Identity> EncodeLike<AccountStore<T>> for AccountStore<T> where
    T::Uid: Encode,
    T::Uid: Encode
[src]

impl<T: Eq + Identity> Eq for AccountStore<T> where
    T::Uid: Eq
[src]

impl<T: PartialEq + Identity> PartialEq<AccountStore<T>> for AccountStore<T> where
    T::Uid: PartialEq
[src]

impl<T: Identity> Store<T> for AccountStore<T>[src]

type Returns = T::IdAccountData

Return type.

impl<T: Identity> StructuralEq for AccountStore<T>[src]

impl<T: Identity> StructuralPartialEq for AccountStore<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for AccountStore<T> where
    <T as Identity>::Uid: RefUnwindSafe

impl<T> Send for AccountStore<T> where
    <T as Identity>::Uid: Send

impl<T> Sync for AccountStore<T> where
    <T as Identity>::Uid: Sync

impl<T> Unpin for AccountStore<T> where
    <T as Identity>::Uid: Unpin

impl<T> UnwindSafe for AccountStore<T> where
    <T as Identity>::Uid: UnwindSafe

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

impl<T, X> Encode for X where
    T: Encode + ?Sized,
    X: WrapperTypeEncode<Target = T>, 
[src]

impl<'_, '_, T> EncodeLike<&'_ &'_ T> for T where
    T: Encode
[src]

impl<'_, T> EncodeLike<&'_ T> for T where
    T: Encode
[src]

impl<'_, T> EncodeLike<&'_ mut T> for T where
    T: Encode
[src]

impl<T> EncodeLike<Arc<T>> for T where
    T: Encode
[src]

impl<T> EncodeLike<Box<T>> for T where
    T: Encode
[src]

impl<'a, T> EncodeLike<Cow<'a, T>> for T where
    T: Encode + ToOwned
[src]

impl<T> EncodeLike<Rc<T>> for T where
    T: Encode
[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<S> FullEncode for S where
    S: Encode + EncodeLike<S>, 
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IsType<T> for T[src]

impl<T, Outer> IsWrappedBy<Outer> for T where
    Outer: AsRef<T> + AsMut<T> + From<T>,
    T: From<Outer>, 

fn from_ref(outer: &Outer) -> &T

Get a reference to the inner from the outer.

fn from_mut(outer: &mut Outer) -> &mut T

Get a mutable reference to the inner from the outer.

impl<T> MaybeDebug for T where
    T: Debug

impl<T> MaybeDebug for T where
    T: Debug

impl<T> MaybeRefUnwindSafe for T where
    T: RefUnwindSafe

impl<T> Member for T where
    T: 'static + Clone + PartialEq<T> + Eq + Send + Sync + Debug

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> SaturatedConversion for T

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<S, T> UncheckedInto<T> for S where
    T: UncheckedFrom<S>, 

impl<T, S> UniqueSaturatedInto<T> for S where
    S: TryInto<T>,
    T: Bounded

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