pub enum ClaimableBalanceId {
ClaimableBalanceIdTypeV0(Hash),
}
Variants
ClaimableBalanceIdTypeV0(Hash)
Implementations
impl ClaimableBalanceId
impl ClaimableBalanceId
pub const VARIANTS: [ClaimableBalanceIdType; 1] = [ClaimableBalanceIdType::ClaimableBalanceIdTypeV0]
pub const VARIANTS_STR: [&'static str; 1] = ["ClaimableBalanceIdTypeV0"]
pub const fn name(&self) -> &'static str
pub const fn discriminant(&self) -> ClaimableBalanceIdType
pub const fn variants() -> [ClaimableBalanceIdType; 1]
Trait Implementations
impl Clone for ClaimableBalanceId
impl Clone for ClaimableBalanceId
fn clone(&self) -> ClaimableBalanceId
fn clone(&self) -> ClaimableBalanceId
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Debug for ClaimableBalanceId
impl Debug for ClaimableBalanceId
impl Discriminant<ClaimableBalanceIdType> for ClaimableBalanceId
impl Discriminant<ClaimableBalanceIdType> for ClaimableBalanceId
fn discriminant(&self) -> ClaimableBalanceIdType
impl Hash for ClaimableBalanceId
impl Hash for ClaimableBalanceId
impl Name for ClaimableBalanceId
impl Name for ClaimableBalanceId
impl Ord for ClaimableBalanceId
impl Ord for ClaimableBalanceId
fn cmp(&self, other: &ClaimableBalanceId) -> Ordering
fn cmp(&self, other: &ClaimableBalanceId) -> Ordering
1.21.0 · sourcefn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: Sized + PartialOrd<Self>,
Restrict a value to a certain interval. Read more
impl PartialEq<ClaimableBalanceId> for ClaimableBalanceId
impl PartialEq<ClaimableBalanceId> for ClaimableBalanceId
fn eq(&self, other: &ClaimableBalanceId) -> bool
fn eq(&self, other: &ClaimableBalanceId) -> bool
impl PartialOrd<ClaimableBalanceId> for ClaimableBalanceId
impl PartialOrd<ClaimableBalanceId> for ClaimableBalanceId
fn partial_cmp(&self, other: &ClaimableBalanceId) -> Option<Ordering>
fn partial_cmp(&self, other: &ClaimableBalanceId) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Variants<ClaimableBalanceIdType> for ClaimableBalanceId
impl Variants<ClaimableBalanceIdType> for ClaimableBalanceId
fn variants() -> Iter<'static, ClaimableBalanceIdType>
impl Eq for ClaimableBalanceId
impl ReadXdr for ClaimableBalanceId
impl StructuralEq for ClaimableBalanceId
impl StructuralPartialEq for ClaimableBalanceId
impl Union<ClaimableBalanceIdType> for ClaimableBalanceId
impl WriteXdr for ClaimableBalanceId
Auto Trait Implementations
impl RefUnwindSafe for ClaimableBalanceId
impl Send for ClaimableBalanceId
impl Sync for ClaimableBalanceId
impl Unpin for ClaimableBalanceId
impl UnwindSafe for ClaimableBalanceId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more