[−][src]Struct typenum::uint::UTerm
The terminating type for UInt; it always comes after the most significant
bit. UTerm by itself represents zero, which is aliased to U0.
Methods
impl UTerm[src]
impl UTermTrait Implementations
impl<Un, Bn> GetBit<UTerm> for UInt<Un, Bn>[src]
impl<Un, Bn> GetBit<UTerm> for UInt<Un, Bn>type Output = Bn
impl<I> GetBit<I> for UTerm[src]
impl<I> GetBit<I> for UTermimpl Unsigned for UTerm[src]
impl Unsigned for UTermconst U8: u8[src]
const U16: u16[src]
const U32: u32[src]
const U64: u64[src]
const USIZE: usize[src]
const I8: i8[src]
const I16: i16[src]
const I32: i32[src]
const I64: i64[src]
const ISIZE: isize[src]
fn to_u8() -> u8[src]
fn to_u8() -> u8fn to_u16() -> u16[src]
fn to_u16() -> u16fn to_u32() -> u32[src]
fn to_u32() -> u32fn to_u64() -> u64[src]
fn to_u64() -> u64fn to_usize() -> usize[src]
fn to_usize() -> usizefn to_i8() -> i8[src]
fn to_i8() -> i8fn to_i16() -> i16[src]
fn to_i16() -> i16fn to_i32() -> i32[src]
fn to_i32() -> i32fn to_i64() -> i64[src]
fn to_i64() -> i64fn to_isize() -> isize[src]
fn to_isize() -> isizeimpl Pow<UTerm> for f32[src]
impl Pow<UTerm> for f32type Output = f32
The result of the exponentiation.
fn powi(self, _: UTerm) -> Self::Output[src]
fn powi(self, _: UTerm) -> Self::OutputThis function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
impl Pow<UTerm> for f64[src]
impl Pow<UTerm> for f64type Output = f64
The result of the exponentiation.
fn powi(self, _: UTerm) -> Self::Output[src]
fn powi(self, _: UTerm) -> Self::OutputThis function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
impl Pow<UTerm> for u8[src]
impl Pow<UTerm> for u8type Output = u8
The result of the exponentiation.
fn powi(self, _: UTerm) -> Self::Output[src]
fn powi(self, _: UTerm) -> Self::OutputThis function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
impl Pow<UTerm> for u16[src]
impl Pow<UTerm> for u16type Output = u16
The result of the exponentiation.
fn powi(self, _: UTerm) -> Self::Output[src]
fn powi(self, _: UTerm) -> Self::OutputThis function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
impl Pow<UTerm> for u32[src]
impl Pow<UTerm> for u32type Output = u32
The result of the exponentiation.
fn powi(self, _: UTerm) -> Self::Output[src]
fn powi(self, _: UTerm) -> Self::OutputThis function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
impl Pow<UTerm> for u64[src]
impl Pow<UTerm> for u64type Output = u64
The result of the exponentiation.
fn powi(self, _: UTerm) -> Self::Output[src]
fn powi(self, _: UTerm) -> Self::OutputThis function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
impl Pow<UTerm> for usize[src]
impl Pow<UTerm> for usizetype Output = usize
The result of the exponentiation.
fn powi(self, _: UTerm) -> Self::Output[src]
fn powi(self, _: UTerm) -> Self::OutputThis function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
impl Pow<UTerm> for i8[src]
impl Pow<UTerm> for i8type Output = i8
The result of the exponentiation.
fn powi(self, _: UTerm) -> Self::Output[src]
fn powi(self, _: UTerm) -> Self::OutputThis function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
impl Pow<UTerm> for i16[src]
impl Pow<UTerm> for i16type Output = i16
The result of the exponentiation.
fn powi(self, _: UTerm) -> Self::Output[src]
fn powi(self, _: UTerm) -> Self::OutputThis function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
impl Pow<UTerm> for i32[src]
impl Pow<UTerm> for i32type Output = i32
The result of the exponentiation.
fn powi(self, _: UTerm) -> Self::Output[src]
fn powi(self, _: UTerm) -> Self::OutputThis function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
impl Pow<UTerm> for i64[src]
impl Pow<UTerm> for i64type Output = i64
The result of the exponentiation.
fn powi(self, _: UTerm) -> Self::Output[src]
fn powi(self, _: UTerm) -> Self::OutputThis function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
impl Pow<UTerm> for isize[src]
impl Pow<UTerm> for isizetype Output = isize
The result of the exponentiation.
fn powi(self, _: UTerm) -> Self::Output[src]
fn powi(self, _: UTerm) -> Self::OutputThis function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
impl Cmp<UTerm> for UTerm[src]
impl Cmp<UTerm> for UTermZero == Zero
type Output = Equal
The result of the comparison. It should only ever be one of Greater, Less, or Equal.
impl<U: Unsigned, B: Bit> Cmp<UTerm> for UInt<U, B>[src]
impl<U: Unsigned, B: Bit> Cmp<UTerm> for UInt<U, B>Nonzero > Zero
type Output = Greater
The result of the comparison. It should only ever be one of Greater, Less, or Equal.
impl<U: Unsigned, B: Bit> Cmp<UInt<U, B>> for UTerm[src]
impl<U: Unsigned, B: Bit> Cmp<UInt<U, B>> for UTermZero < Nonzero
type Output = Less
The result of the comparison. It should only ever be one of Greater, Less, or Equal.
impl Len for UTerm[src]
impl Len for UTermLength of UTerm by itself is 0
type Output = U0
The length as a type-level unsigned integer.
fn len(&self) -> Self::Output[src]
fn len(&self) -> Self::OutputThis function isn't used in this crate, but may be useful for others.
impl<Ur: Unsigned, Br: Bit> PartialDiv<UInt<Ur, Br>> for UTerm[src]
impl<Ur: Unsigned, Br: Bit> PartialDiv<UInt<Ur, Br>> for UTermtype Output = UTerm
The type of the result of the division
fn partial_div(self, _: UInt<Ur, Br>) -> Self::Output[src]
fn partial_div(self, _: UInt<Ur, Br>) -> Self::OutputMethod for performing the division
impl<U> Min<U> for UTerm where
U: Unsigned, [src]
impl<U> Min<U> for UTerm where
U: Unsigned, type Output = UTerm
The type of the minimum of Self and Rhs
fn min(self, _: U) -> Self::Output[src]
fn min(self, _: U) -> Self::OutputMethod returning the minimum
impl<U> Max<U> for UTerm where
U: Unsigned, [src]
impl<U> Max<U> for UTerm where
U: Unsigned, type Output = U
The type of the maximum of Self and Rhs
fn max(self, rhs: U) -> Self::Output[src]
fn max(self, rhs: U) -> Self::OutputMethod returning the maximum
impl PartialEq<UTerm> for UTerm[src]
impl PartialEq<UTerm> for UTermfn eq(&self, other: &UTerm) -> bool[src]
fn eq(&self, other: &UTerm) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl Eq for UTerm[src]
impl Eq for UTermimpl Ord for UTerm[src]
impl Ord for UTermfn cmp(&self, other: &UTerm) -> Ordering[src]
fn cmp(&self, other: &UTerm) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl PartialOrd<UTerm> for UTerm[src]
impl PartialOrd<UTerm> for UTermfn partial_cmp(&self, other: &UTerm) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &UTerm) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
#[must_use]
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn lt(&self, other: &Rhs) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]
fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn le(&self, other: &Rhs) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
#[must_use]
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn gt(&self, other: &Rhs) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
#[must_use]
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ge(&self, other: &Rhs) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Debug for UTerm[src]
impl Debug for UTermfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<Ur: Unsigned, Br: Bit> Div<UInt<Ur, Br>> for UTerm[src]
impl<Ur: Unsigned, Br: Bit> Div<UInt<Ur, Br>> for UTermtype Output = UTerm
The resulting type after applying the / operator.
fn div(self, _: UInt<Ur, Br>) -> Self::Output[src]
fn div(self, _: UInt<Ur, Br>) -> Self::OutputPerforms the / operation.
impl<Ur: Unsigned, Br: Bit> Rem<UInt<Ur, Br>> for UTerm[src]
impl<Ur: Unsigned, Br: Bit> Rem<UInt<Ur, Br>> for UTermtype Output = UTerm
The resulting type after applying the % operator.
fn rem(self, _: UInt<Ur, Br>) -> Self::Output[src]
fn rem(self, _: UInt<Ur, Br>) -> Self::OutputPerforms the % operation.
impl Add<B0> for UTerm[src]
impl Add<B0> for UTermUTerm + B0 = UTerm
type Output = UTerm
The resulting type after applying the + operator.
fn add(self, _: B0) -> Self::Output[src]
fn add(self, _: B0) -> Self::OutputPerforms the + operation.
impl Add<B1> for UTerm[src]
impl Add<B1> for UTermUTerm + B1 = UInt<UTerm, B1>
type Output = UInt<UTerm, B1>
The resulting type after applying the + operator.
fn add(self, _: B1) -> Self::Output[src]
fn add(self, _: B1) -> Self::OutputPerforms the + operation.
impl<U: Unsigned> Add<U> for UTerm[src]
impl<U: Unsigned> Add<U> for UTermUTerm + U = U
type Output = U
The resulting type after applying the + operator.
fn add(self, _: U) -> Self::Output[src]
fn add(self, _: U) -> Self::OutputPerforms the + operation.
impl<U: Unsigned, B: Bit> Add<UTerm> for UInt<U, B>[src]
impl<U: Unsigned, B: Bit> Add<UTerm> for UInt<U, B>UInt<U, B> + UTerm = UInt<U, B>
type Output = UInt<U, B>
The resulting type after applying the + operator.
fn add(self, _: UTerm) -> Self::Output[src]
fn add(self, _: UTerm) -> Self::OutputPerforms the + operation.
impl Sub<B0> for UTerm[src]
impl Sub<B0> for UTermUTerm - B0 = Term
type Output = UTerm
The resulting type after applying the - operator.
fn sub(self, _: B0) -> Self::Output[src]
fn sub(self, _: B0) -> Self::OutputPerforms the - operation.
impl Sub<UTerm> for UTerm[src]
impl Sub<UTerm> for UTermUTerm - UTerm = UTerm
type Output = UTerm
The resulting type after applying the - operator.
fn sub(self, _: UTerm) -> Self::Output[src]
fn sub(self, _: UTerm) -> Self::OutputPerforms the - operation.
impl Mul<B0> for UTerm[src]
impl Mul<B0> for UTermUTerm * B0 = UTerm
type Output = UTerm
The resulting type after applying the * operator.
fn mul(self, _: B0) -> Self::Output[src]
fn mul(self, _: B0) -> Self::OutputPerforms the * operation.
impl Mul<B1> for UTerm[src]
impl Mul<B1> for UTermUTerm * B1 = UTerm
type Output = UTerm
The resulting type after applying the * operator.
fn mul(self, _: B1) -> Self::Output[src]
fn mul(self, _: B1) -> Self::OutputPerforms the * operation.
impl<U: Unsigned, B: Bit> Mul<UTerm> for UInt<U, B>[src]
impl<U: Unsigned, B: Bit> Mul<UTerm> for UInt<U, B>UInt<U, B> * UTerm = UTerm
type Output = UTerm
The resulting type after applying the * operator.
fn mul(self, _: UTerm) -> Self::Output[src]
fn mul(self, _: UTerm) -> Self::OutputPerforms the * operation.
impl<U: Unsigned> Mul<U> for UTerm[src]
impl<U: Unsigned> Mul<U> for UTermUTerm * U = UTerm
type Output = UTerm
The resulting type after applying the * operator.
fn mul(self, _: U) -> Self::Output[src]
fn mul(self, _: U) -> Self::OutputPerforms the * operation.
impl<Ur: Unsigned> BitAnd<Ur> for UTerm[src]
impl<Ur: Unsigned> BitAnd<Ur> for UTerm0 & X = 0
type Output = UTerm
The resulting type after applying the & operator.
fn bitand(self, _: Ur) -> Self::Output[src]
fn bitand(self, _: Ur) -> Self::OutputPerforms the & operation.
impl<U: Unsigned> BitOr<U> for UTerm[src]
impl<U: Unsigned> BitOr<U> for UTermUTerm | X = X
type Output = U
The resulting type after applying the | operator.
fn bitor(self, _: U) -> Self::Output[src]
fn bitor(self, _: U) -> Self::OutputPerforms the | operation.
impl<B: Bit, U: Unsigned> BitOr<UTerm> for UInt<U, B>[src]
impl<B: Bit, U: Unsigned> BitOr<UTerm> for UInt<U, B>X | UTerm = X
type Output = Self
The resulting type after applying the | operator.
fn bitor(self, _: UTerm) -> Self::Output[src]
fn bitor(self, _: UTerm) -> Self::OutputPerforms the | operation.
impl<Ur: Unsigned> BitXor<Ur> for UTerm[src]
impl<Ur: Unsigned> BitXor<Ur> for UTerm0 ^ X = X
type Output = Ur
The resulting type after applying the ^ operator.
fn bitxor(self, _: Ur) -> Self::Output[src]
fn bitxor(self, _: Ur) -> Self::OutputPerforms the ^ operation.
impl Shl<B0> for UTerm[src]
impl Shl<B0> for UTermShifting UTerm by a 0 bit: UTerm << B0 = UTerm
type Output = UTerm
The resulting type after applying the << operator.
fn shl(self, _: B0) -> Self::Output[src]
fn shl(self, _: B0) -> Self::OutputPerforms the << operation.
impl Shl<B1> for UTerm[src]
impl Shl<B1> for UTermShifting UTerm by a 1 bit: UTerm << B1 = UTerm
type Output = UTerm
The resulting type after applying the << operator.
fn shl(self, _: B1) -> Self::Output[src]
fn shl(self, _: B1) -> Self::OutputPerforms the << operation.
impl<U: Unsigned, B: Bit> Shl<UTerm> for UInt<U, B>[src]
impl<U: Unsigned, B: Bit> Shl<UTerm> for UInt<U, B>Shifting left UInt by UTerm: UInt<U, B> << UTerm = UInt<U, B>
type Output = UInt<U, B>
The resulting type after applying the << operator.
fn shl(self, _: UTerm) -> Self::Output[src]
fn shl(self, _: UTerm) -> Self::OutputPerforms the << operation.
impl<U: Unsigned> Shl<U> for UTerm[src]
impl<U: Unsigned> Shl<U> for UTermShifting left UTerm by an unsigned integer: UTerm << U = UTerm
type Output = UTerm
The resulting type after applying the << operator.
fn shl(self, _: U) -> Self::Output[src]
fn shl(self, _: U) -> Self::OutputPerforms the << operation.
impl<U: Unsigned> Shr<U> for UTerm[src]
impl<U: Unsigned> Shr<U> for UTermShifting right a UTerm by an unsigned integer: UTerm >> U = UTerm
type Output = UTerm
The resulting type after applying the >> operator.
fn shr(self, _: U) -> Self::Output[src]
fn shr(self, _: U) -> Self::OutputPerforms the >> operation.
impl<U: Unsigned, B: Bit> Shr<UTerm> for UInt<U, B>[src]
impl<U: Unsigned, B: Bit> Shr<UTerm> for UInt<U, B>Shifting right UInt by UTerm: UInt<U, B> >> UTerm = UInt<U, B>
type Output = UInt<U, B>
The resulting type after applying the >> operator.
fn shr(self, _: UTerm) -> Self::Output[src]
fn shr(self, _: UTerm) -> Self::OutputPerforms the >> operation.
impl Shr<B0> for UTerm[src]
impl Shr<B0> for UTermShifting right UTerm by a 0 bit: UTerm >> B0 = UTerm
type Output = UTerm
The resulting type after applying the >> operator.
fn shr(self, _: B0) -> Self::Output[src]
fn shr(self, _: B0) -> Self::OutputPerforms the >> operation.
impl Shr<B1> for UTerm[src]
impl Shr<B1> for UTermShifting right UTerm by a 1 bit: UTerm >> B1 = UTerm
type Output = UTerm
The resulting type after applying the >> operator.
fn shr(self, _: B1) -> Self::Output[src]
fn shr(self, _: B1) -> Self::OutputPerforms the >> operation.
impl Hash for UTerm[src]
impl Hash for UTermfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Copy for UTerm[src]
impl Copy for UTermimpl Clone for UTerm[src]
impl Clone for UTermfn clone(&self) -> UTerm[src]
fn clone(&self) -> UTermReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Default for UTerm[src]
impl Default for UTermAuto Trait Implementations
Blanket Implementations
impl<N, I, B> SetBit for N where
N: PrivateSetBit<I, B>,
<N as PrivateSetBit<I, B>>::Output: Trim, [src]
impl<N, I, B> SetBit for N where
N: PrivateSetBit<I, B>,
<N as PrivateSetBit<I, B>>::Output: Trim, type Output = <<N as PrivateSetBit<I, B>>::Output as Trim>::Output
impl<T> Same for T[src]
impl<T> Same for Ttype Output = T
Should always be Self
impl<X, N> Pow for X where
N: Unsigned,
X: Unsigned + PrivatePow<UInt<UTerm, B1>, N>, [src]
impl<X, N> Pow for X where
N: Unsigned,
X: Unsigned + PrivatePow<UInt<UTerm, B1>, N>, type Output = <X as PrivatePow<UInt<UTerm, B1>, N>>::Output
The result of the exponentiation.
fn powi(Self, N) -> <X as Pow<N>>::Output[src]
fn powi(Self, N) -> <X as Pow<N>>::OutputThis function isn't used in this crate, but may be useful for others. It is implemented for primitives. Read more
impl<M, N> PartialDiv for M where
M: Integer + Div<N> + Rem<N, Output = Z0>, [src]
impl<M, N> PartialDiv for M where
M: Integer + Div<N> + Rem<N, Output = Z0>, type Output = <M as Div<N>>::Output
The type of the result of the division
fn partial_div(Self, N) -> <M as PartialDiv<N>>::Output[src]
fn partial_div(Self, N) -> <M as PartialDiv<N>>::OutputMethod for performing the division
impl<A, B> IsLess for A where
A: Cmp<B> + IsLessPrivate<B, <A as Cmp<B>>::Output>, [src]
impl<A, B> IsLess for A where
A: Cmp<B> + IsLessPrivate<B, <A as Cmp<B>>::Output>, type Output = <A as IsLessPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True or False
fn is_less(Self, B) -> <A as IsLess<B>>::Output[src]
fn is_less(Self, B) -> <A as IsLess<B>>::OutputMethod returning True or False.
impl<A, B> IsEqual for A where
A: Cmp<B> + IsEqualPrivate<B, <A as Cmp<B>>::Output>, [src]
impl<A, B> IsEqual for A where
A: Cmp<B> + IsEqualPrivate<B, <A as Cmp<B>>::Output>, type Output = <A as IsEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True or False
fn is_equal(Self, B) -> <A as IsEqual<B>>::Output[src]
fn is_equal(Self, B) -> <A as IsEqual<B>>::OutputMethod returning True or False.
impl<A, B> IsGreater for A where
A: Cmp<B> + IsGreaterPrivate<B, <A as Cmp<B>>::Output>, [src]
impl<A, B> IsGreater for A where
A: Cmp<B> + IsGreaterPrivate<B, <A as Cmp<B>>::Output>, type Output = <A as IsGreaterPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True or False
fn is_greater(Self, B) -> <A as IsGreater<B>>::Output[src]
fn is_greater(Self, B) -> <A as IsGreater<B>>::OutputMethod returning True or False.
impl<A, B> IsLessOrEqual for A where
A: Cmp<B> + IsLessOrEqualPrivate<B, <A as Cmp<B>>::Output>, [src]
impl<A, B> IsLessOrEqual for A where
A: Cmp<B> + IsLessOrEqualPrivate<B, <A as Cmp<B>>::Output>, type Output = <A as IsLessOrEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True or False
fn is_less_or_equal(Self, B) -> <A as IsLessOrEqual<B>>::Output[src]
fn is_less_or_equal(Self, B) -> <A as IsLessOrEqual<B>>::OutputMethod returning True or False.
impl<A, B> IsNotEqual for A where
A: Cmp<B> + IsNotEqualPrivate<B, <A as Cmp<B>>::Output>, [src]
impl<A, B> IsNotEqual for A where
A: Cmp<B> + IsNotEqualPrivate<B, <A as Cmp<B>>::Output>, type Output = <A as IsNotEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True or False
fn is_not_equal(Self, B) -> <A as IsNotEqual<B>>::Output[src]
fn is_not_equal(Self, B) -> <A as IsNotEqual<B>>::OutputMethod returning True or False.
impl<A, B> IsGreaterOrEqual for A where
A: Cmp<B> + IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>, [src]
impl<A, B> IsGreaterOrEqual for A where
A: Cmp<B> + IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>, type Output = <A as IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True or False
fn is_greater_or_equal(Self, B) -> <A as IsGreaterOrEqual<B>>::Output[src]
fn is_greater_or_equal(Self, B) -> <A as IsGreaterOrEqual<B>>::OutputMethod returning True or False.
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>try_from)Performs the conversion.
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>try_from)Performs the conversion.
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more