Struct governance_os_pallet_plcr_voting::Proposals [−][src]
pub struct Proposals<T: Config>(_);
Proposals actively opened and linked to this voting implementation. Erased when closed or vetoed.
Auto Trait Implementations
impl<T> RefUnwindSafe for Proposals<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Proposals<T> where
T: Send,
T: Send,
impl<T> Sync for Proposals<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Proposals<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Proposals<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> CheckedConversion for T
[src]
impl<T> CheckedConversion for T
[src]pub fn checked_from<T>(t: T) -> Option<Self> where
Self: TryFrom<T>,
[src]
Self: TryFrom<T>,
pub fn checked_into<T>(self) -> Option<T> where
Self: TryInto<T>,
[src]
Self: TryInto<T>,
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]
impl<T, Outer> IsWrappedBy<Outer> for T where
T: From<Outer>,
Outer: AsRef<T> + AsMut<T> + From<T>,
[src]impl<T> SaturatedConversion for T
[src]
impl<T> SaturatedConversion for T
[src]pub fn saturated_from<T>(t: T) -> Self where
Self: UniqueSaturatedFrom<T>,
[src]
Self: UniqueSaturatedFrom<T>,
pub fn saturated_into<T>(self) -> T where
Self: UniqueSaturatedInto<T>,
[src]
Self: UniqueSaturatedInto<T>,
impl<K, V, G> StorageMap<K, V> for G where
K: FullEncode,
V: FullCodec,
G: StorageMap<K, V>,
[src]
impl<K, V, G> StorageMap<K, V> for G where
K: FullEncode,
V: FullCodec,
G: StorageMap<K, V>,
[src]type Query = <G as StorageMap<K, V>>::Query
The type that get/take return.
pub fn hashed_key_for<KeyArg>(key: KeyArg) -> Vec<u8, Global> where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
pub fn swap<KeyArg1, KeyArg2>(key1: KeyArg1, key2: KeyArg2) where
KeyArg1: EncodeLike<K>,
KeyArg2: EncodeLike<K>,
[src]
KeyArg1: EncodeLike<K>,
KeyArg2: EncodeLike<K>,
pub fn contains_key<KeyArg>(key: KeyArg) -> bool where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
pub fn get<KeyArg>(key: KeyArg) -> <G as StorageMap<K, V>>::Query where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
pub fn try_get<KeyArg>(key: KeyArg) -> Result<V, ()> where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
pub fn insert<KeyArg, ValArg>(key: KeyArg, val: ValArg) where
KeyArg: EncodeLike<K>,
ValArg: EncodeLike<V>,
[src]
KeyArg: EncodeLike<K>,
ValArg: EncodeLike<V>,
pub fn remove<KeyArg>(key: KeyArg) where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
pub fn mutate<KeyArg, R, F>(key: KeyArg, f: F) -> R where
F: FnOnce(&mut <G as StorageMap<K, V>>::Query) -> R,
KeyArg: EncodeLike<K>,
[src]
F: FnOnce(&mut <G as StorageMap<K, V>>::Query) -> R,
KeyArg: EncodeLike<K>,
pub fn mutate_exists<KeyArg, R, F>(key: KeyArg, f: F) -> R where
F: FnOnce(&mut Option<V>) -> R,
KeyArg: EncodeLike<K>,
[src]
F: FnOnce(&mut Option<V>) -> R,
KeyArg: EncodeLike<K>,
pub fn try_mutate<KeyArg, R, E, F>(key: KeyArg, f: F) -> Result<R, E> where
F: FnOnce(&mut <G as StorageMap<K, V>>::Query) -> Result<R, E>,
KeyArg: EncodeLike<K>,
[src]
F: FnOnce(&mut <G as StorageMap<K, V>>::Query) -> Result<R, E>,
KeyArg: EncodeLike<K>,
pub fn try_mutate_exists<KeyArg, R, E, F>(key: KeyArg, f: F) -> Result<R, E> where
F: FnOnce(&mut Option<V>) -> Result<R, E>,
KeyArg: EncodeLike<K>,
[src]
F: FnOnce(&mut Option<V>) -> Result<R, E>,
KeyArg: EncodeLike<K>,
pub fn take<KeyArg>(key: KeyArg) -> <G as StorageMap<K, V>>::Query where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
pub fn append<Item, EncodeLikeItem, EncodeLikeKey>(
key: EncodeLikeKey,
item: EncodeLikeItem
) where
Item: Encode,
V: StorageAppend<Item>,
EncodeLikeItem: EncodeLike<Item>,
EncodeLikeKey: EncodeLike<K>,
[src]
key: EncodeLikeKey,
item: EncodeLikeItem
) where
Item: Encode,
V: StorageAppend<Item>,
EncodeLikeItem: EncodeLike<Item>,
EncodeLikeKey: EncodeLike<K>,
pub fn migrate_key<OldHasher, KeyArg>(key: KeyArg) -> Option<V> where
KeyArg: EncodeLike<K>,
OldHasher: StorageHasher,
[src]
KeyArg: EncodeLike<K>,
OldHasher: StorageHasher,
pub fn decode_len<KeyArg>(key: KeyArg) -> Option<usize> where
V: StorageDecodeLength,
KeyArg: EncodeLike<K>,
[src]
V: StorageDecodeLength,
KeyArg: EncodeLike<K>,
pub fn migrate_key_from_blake<KeyArg>(key: KeyArg) -> Option<V> where
KeyArg: EncodeLike<K>,
[src]
KeyArg: EncodeLike<K>,
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]
impl<S, T> UncheckedInto<T> for S where
T: UncheckedFrom<S>,
[src]pub fn unchecked_into(self) -> T
[src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>,
[src]
impl<T, S> UniqueSaturatedInto<T> for S where
T: Bounded,
S: TryInto<T>,
[src]pub fn unique_saturated_into(self) -> T
[src]
impl<T> MaybeRefUnwindSafe for T where
T: RefUnwindSafe,
[src]
T: RefUnwindSafe,