Struct governance_os_pallet_tokens::NegativeImbalance [−][src]
#[must_use]pub struct NegativeImbalance<T: Config, GetCurrencyId: Get<T::CurrencyId>>(_, _);
Opaque, move-only struct with private fields that serves as a token denoting that funds have been destroyed without any equal and opposite accounting.
Implementations
impl<T: Config, GetCurrencyId: Get<T::CurrencyId>> NegativeImbalance<T, GetCurrencyId>
[src]
impl<T: Config, GetCurrencyId: Get<T::CurrencyId>> NegativeImbalance<T, GetCurrencyId>
[src]Trait Implementations
impl<T: Config, GetCurrencyId: Get<T::CurrencyId>> Drop for NegativeImbalance<T, GetCurrencyId>
[src]
impl<T: Config, GetCurrencyId: Get<T::CurrencyId>> Drop for NegativeImbalance<T, GetCurrencyId>
[src]impl<T: Config, GetCurrencyId: Get<T::CurrencyId>> Imbalance<<T as Config>::Balance> for NegativeImbalance<T, GetCurrencyId>
[src]
impl<T: Config, GetCurrencyId: Get<T::CurrencyId>> Imbalance<<T as Config>::Balance> for NegativeImbalance<T, GetCurrencyId>
[src]type Opposite = PositiveImbalance<T, GetCurrencyId>
The oppositely imbalanced type. They come in pairs.
fn zero() -> Self
[src]
fn drop_zero(self) -> Result<(), Self>
[src]
fn split(self, amount: T::Balance) -> (Self, Self)
[src]
fn merge(self, other: Self) -> Self
[src]
fn subsume(&mut self, other: Self)
[src]
fn offset(self, other: Self::Opposite) -> Result<Self, Self::Opposite>
[src]
fn peek(&self) -> T::Balance
[src]
pub fn ration(self, first: u32, second: u32) -> (Self, Self) where
Balance: From<u32> + Saturating + Div<Balance, Output = Balance>,
[src]
Balance: From<u32> + Saturating + Div<Balance, Output = Balance>,
pub fn split_merge(self, amount: Balance, others: (Self, Self)) -> (Self, Self)
[src]
pub fn ration_merge(
self,
first: u32,
second: u32,
others: (Self, Self)
) -> (Self, Self) where
Balance: From<u32> + Saturating + Div<Balance, Output = Balance>,
[src]
self,
first: u32,
second: u32,
others: (Self, Self)
) -> (Self, Self) where
Balance: From<u32> + Saturating + Div<Balance, Output = Balance>,
pub fn split_merge_into(self, amount: Balance, others: &mut (Self, Self))
[src]
pub fn ration_merge_into(
self,
first: u32,
second: u32,
others: &mut (Self, Self)
) where
Balance: From<u32> + Saturating + Div<Balance, Output = Balance>,
[src]
self,
first: u32,
second: u32,
others: &mut (Self, Self)
) where
Balance: From<u32> + Saturating + Div<Balance, Output = Balance>,
pub fn merge_into(self, other: &mut Self)
[src]
pub fn maybe_merge(self, other: Option<Self>) -> Self
[src]
pub fn maybe_subsume(&mut self, other: Option<Self>)
[src]
impl<T: Config, GetCurrencyId: Get<T::CurrencyId>> TryDrop for NegativeImbalance<T, GetCurrencyId>
[src]
impl<T: Config, GetCurrencyId: Get<T::CurrencyId>> TryDrop for NegativeImbalance<T, GetCurrencyId>
[src]Auto Trait Implementations
impl<T, GetCurrencyId> RefUnwindSafe for NegativeImbalance<T, GetCurrencyId> where
GetCurrencyId: RefUnwindSafe,
<T as Config>::Balance: RefUnwindSafe,
GetCurrencyId: RefUnwindSafe,
<T as Config>::Balance: RefUnwindSafe,
impl<T, GetCurrencyId> Send for NegativeImbalance<T, GetCurrencyId> where
GetCurrencyId: Send,
GetCurrencyId: Send,
impl<T, GetCurrencyId> Sync for NegativeImbalance<T, GetCurrencyId> where
GetCurrencyId: Sync,
GetCurrencyId: Sync,
impl<T, GetCurrencyId> Unpin for NegativeImbalance<T, GetCurrencyId> where
GetCurrencyId: Unpin,
<T as Config>::Balance: Unpin,
GetCurrencyId: Unpin,
<T as Config>::Balance: Unpin,
impl<T, GetCurrencyId> UnwindSafe for NegativeImbalance<T, GetCurrencyId> where
GetCurrencyId: UnwindSafe,
<T as Config>::Balance: UnwindSafe,
GetCurrencyId: UnwindSafe,
<T as Config>::Balance: 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<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,