Struct pallet_spaces::rpc::FlatSpace[][src]

pub struct FlatSpace<AccountId, BlockNumber> {
    pub id: SpaceId,
    pub who_and_when: FlatWhoAndWhen<AccountId, BlockNumber>,
    pub owner_id: AccountId,
    pub parent_id: Option<SpaceId>,
    pub handle: Option<Vec<u8>>,
    pub content: FlatContent,
    pub is_hidden: Option<bool>,
    pub posts_count: u32,
    pub hidden_posts_count: u32,
    pub visible_posts_count: u32,
    pub followers_count: u32,
    pub score: i32,
}

Fields

id: SpaceIdwho_and_when: FlatWhoAndWhen<AccountId, BlockNumber>owner_id: AccountIdparent_id: Option<SpaceId>handle: Option<Vec<u8>>content: FlatContentis_hidden: Option<bool>posts_count: u32hidden_posts_count: u32visible_posts_count: u32followers_count: u32score: i32

Trait Implementations

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

impl<AccountId, BlockNumber> Decode for FlatSpace<AccountId, BlockNumber> where
    FlatWhoAndWhen<AccountId, BlockNumber>: Decode,
    FlatWhoAndWhen<AccountId, BlockNumber>: Decode,
    AccountId: Decode,
    AccountId: Decode
[src]

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

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

impl<AccountId, BlockNumber> Encode for FlatSpace<AccountId, BlockNumber> where
    FlatWhoAndWhen<AccountId, BlockNumber>: Encode,
    FlatWhoAndWhen<AccountId, BlockNumber>: Encode,
    AccountId: Encode,
    AccountId: Encode
[src]

impl<AccountId, BlockNumber> EncodeLike<FlatSpace<AccountId, BlockNumber>> for FlatSpace<AccountId, BlockNumber> where
    FlatWhoAndWhen<AccountId, BlockNumber>: Encode,
    FlatWhoAndWhen<AccountId, BlockNumber>: Encode,
    AccountId: Encode,
    AccountId: Encode
[src]

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

impl<T: Trait> From<Space<T>> for FlatSpace<T::AccountId, T::BlockNumber>[src]

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

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

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

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

Auto Trait Implementations

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

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

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

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

impl<AccountId, BlockNumber> UnwindSafe for FlatSpace<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]