Struct pallet_profiles::rpc::FlatSocialAccount[][src]

pub struct FlatSocialAccount<AccountId, BlockNumber> {
    pub id: AccountId,
    pub followers_count: u32,
    pub following_accounts_count: u16,
    pub following_spaces_count: u16,
    pub reputation: u32,
    pub profile: Option<FlatProfile<AccountId, BlockNumber>>,
}

Fields

id: AccountIdfollowers_count: u32following_accounts_count: u16following_spaces_count: u16reputation: u32profile: Option<FlatProfile<AccountId, BlockNumber>>

Trait Implementations

impl<AccountId: Debug, BlockNumber: Debug> Debug for FlatSocialAccount<AccountId, BlockNumber>[src]

impl<AccountId, BlockNumber> Decode for FlatSocialAccount<AccountId, BlockNumber> where
    AccountId: Decode,
    AccountId: Decode,
    Option<FlatProfile<AccountId, BlockNumber>>: Decode,
    Option<FlatProfile<AccountId, BlockNumber>>: Decode
[src]

impl<AccountId: Default, BlockNumber: Default> Default for FlatSocialAccount<AccountId, BlockNumber>[src]

impl<'de, AccountId, BlockNumber> Deserialize<'de> for FlatSocialAccount<AccountId, BlockNumber> where
    AccountId: Deserialize<'de>,
    BlockNumber: Deserialize<'de>, 
[src]

impl<AccountId, BlockNumber> Encode for FlatSocialAccount<AccountId, BlockNumber> where
    AccountId: Encode,
    AccountId: Encode,
    Option<FlatProfile<AccountId, BlockNumber>>: Encode,
    Option<FlatProfile<AccountId, BlockNumber>>: Encode
[src]

impl<AccountId, BlockNumber> EncodeLike<FlatSocialAccount<AccountId, BlockNumber>> for FlatSocialAccount<AccountId, BlockNumber> where
    AccountId: Encode,
    AccountId: Encode,
    Option<FlatProfile<AccountId, BlockNumber>>: Encode,
    Option<FlatProfile<AccountId, BlockNumber>>: Encode
[src]

impl<AccountId: Eq, BlockNumber: Eq> Eq for FlatSocialAccount<AccountId, BlockNumber>[src]

impl<T: Trait> From<SocialAccount<T>> for FlatSocialAccount<T::AccountId, T::BlockNumber>[src]

impl<AccountId: PartialEq, BlockNumber: PartialEq> PartialEq<FlatSocialAccount<AccountId, BlockNumber>> for FlatSocialAccount<AccountId, BlockNumber>[src]

impl<AccountId, BlockNumber> Serialize for FlatSocialAccount<AccountId, BlockNumber> where
    AccountId: Serialize,
    BlockNumber: Serialize
[src]

impl<AccountId, BlockNumber> StructuralEq for FlatSocialAccount<AccountId, BlockNumber>[src]

impl<AccountId, BlockNumber> StructuralPartialEq for FlatSocialAccount<AccountId, BlockNumber>[src]

Auto Trait Implementations

impl<AccountId, BlockNumber> RefUnwindSafe for FlatSocialAccount<AccountId, BlockNumber> where
    AccountId: RefUnwindSafe,
    BlockNumber: RefUnwindSafe

impl<AccountId, BlockNumber> Send for FlatSocialAccount<AccountId, BlockNumber> where
    AccountId: Send,
    BlockNumber: Send

impl<AccountId, BlockNumber> Sync for FlatSocialAccount<AccountId, BlockNumber> where
    AccountId: Sync,
    BlockNumber: Sync

impl<AccountId, BlockNumber> Unpin for FlatSocialAccount<AccountId, BlockNumber> where
    AccountId: Unpin,
    BlockNumber: Unpin

impl<AccountId, BlockNumber> UnwindSafe for FlatSocialAccount<AccountId, BlockNumber> where
    AccountId: UnwindSafe,
    BlockNumber: 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[src]

impl<T> Clear for T where
    T: PartialEq<T> + Eq + Default
[src]

impl<S> Codec for S where
    S: Encode + Decode
[src]

impl<T> DecodeAll for T where
    T: Decode
[src]

impl<T> DecodeLimit for T where
    T: Decode
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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, Global>> for T where
    T: Encode
[src]

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

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

impl<S> FullCodec for S where
    S: Decode + FullEncode
[src]

impl<S> FullEncode for S where
    S: Encode + EncodeLike<S>, 
[src]

impl<T> Hashable for T where
    T: Codec
[src]

impl<T> Instrument for T[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
    T: From<Outer>,
    Outer: AsRef<T> + AsMut<T> + From<T>, 
[src]

pub fn from_ref(outer: &Outer) -> &T[src]

Get a reference to the inner from the outer.

pub fn from_mut(outer: &mut Outer) -> &mut T[src]

Get a mutable reference to the inner from the outer.

impl<T> KeyedVec for T where
    T: Codec
[src]

impl<T> MaybeDebug for T where
    T: Debug
[src]

impl<T> MaybeDebug for T where
    T: Debug
[src]

impl<T> MaybeRefUnwindSafe for T where
    T: RefUnwindSafe
[src]

impl<T> MaybeSerialize for T where
    T: Serialize
[src]

impl<T> MaybeSerializeDeserialize for T where
    T: DeserializeOwned + Serialize
[src]

impl<T> Pointable for T[src]

type Init = T

The type for initializers.

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

type Output = T

Should always be Self

impl<T> SaturatedConversion for T[src]

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>, 
[src]

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

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]