Struct libp2p::multiaddr::multihash::typenum::ATerm    [−][src]
The terminating type for type arrays.
Trait Implementations
impl Add<ATerm> for ATerm[src]
type Output = ATerm
The resulting type after applying the + operator.
pub fn add(self, ATerm) -> <ATerm as Add<ATerm>>::Output[src]
impl Clone for ATerm[src]
impl Copy for ATerm[src]
impl Debug for ATerm[src]
impl<Rhs> Div<Rhs> for ATerm[src]
type Output = ATerm
The resulting type after applying the / operator.
pub fn div(self, Rhs) -> <ATerm as Div<Rhs>>::Output[src]
impl Eq for ATerm[src]
impl Hash for ATerm[src]
pub fn hash<__H>(&self, state: &mut __H) where
    __H: Hasher, [src]
__H: Hasher,
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src]
H: Hasher,
impl Len for ATerm[src]
Length of ATerm by itself is 0
type Output = UTerm
The length as a type-level unsigned integer.
pub fn len(&self) -> <ATerm as Len>::Output[src]
impl<U> Mul<ATerm> for PInt<U> where
    U: Unsigned + NonZero, [src]
U: Unsigned + NonZero,
type Output = ATerm
The resulting type after applying the * operator.
pub fn mul(self, ATerm) -> <PInt<U> as Mul<ATerm>>::Output[src]
impl<U> Mul<ATerm> for NInt<U> where
    U: Unsigned + NonZero, [src]
U: Unsigned + NonZero,
type Output = ATerm
The resulting type after applying the * operator.
pub fn mul(self, ATerm) -> <NInt<U> as Mul<ATerm>>::Output[src]
impl Mul<ATerm> for Z0[src]
type Output = ATerm
The resulting type after applying the * operator.
pub fn mul(self, ATerm) -> <Z0 as Mul<ATerm>>::Output[src]
impl<Rhs> Mul<Rhs> for ATerm[src]
type Output = ATerm
The resulting type after applying the * operator.
pub fn mul(self, Rhs) -> <ATerm as Mul<Rhs>>::Output[src]
impl Neg for ATerm[src]
type Output = ATerm
The resulting type after applying the - operator.
pub fn neg(self) -> <ATerm as Neg>::Output[src]
impl Ord for ATerm[src]
pub fn cmp(&self, other: &ATerm) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl<Rhs> PartialDiv<Rhs> for ATerm[src]
type Output = ATerm
The type of the result of the division
pub fn partial_div(self, Rhs) -> <ATerm as PartialDiv<Rhs>>::Output[src]
impl PartialEq<ATerm> for ATerm[src]
pub fn eq(&self, other: &ATerm) -> bool[src]
#[must_use]pub fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl PartialOrd<ATerm> for ATerm[src]
pub fn partial_cmp(&self, other: &ATerm) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<Rhs> Rem<Rhs> for ATerm[src]
type Output = ATerm
The resulting type after applying the % operator.
pub fn rem(self, Rhs) -> <ATerm as Rem<Rhs>>::Output[src]
impl StructuralEq for ATerm[src]
impl StructuralPartialEq for ATerm[src]
impl Sub<ATerm> for ATerm[src]
type Output = ATerm
The resulting type after applying the - operator.
pub fn sub(self, ATerm) -> <ATerm as Sub<ATerm>>::Output[src]
impl TypeArray for ATerm[src]
Auto Trait Implementations
impl RefUnwindSafe for ATerm
impl Send for ATerm
impl Sync for ATerm
impl Unpin for ATerm
impl UnwindSafe for ATerm
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> CallHasher for T where
    T: Hash, [src]
T: Hash,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
    T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
    V: MultiLane<T>, [src]
V: MultiLane<T>,