pub struct U128Small(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for U128Small
impl Ord for U128Small
Source§impl PartialOrd for U128Small
impl PartialOrd for U128Small
Source§impl<E> TryFromVal<E, &U128Small> for Valwhere
E: Env,
impl<E> TryFromVal<E, &U128Small> for Valwhere
E: Env,
type Error = ConversionError
fn try_from_val( _env: &E, val: &&U128Small, ) -> Result<Val, <Val as TryFromVal<E, &U128Small>>::Error>
Source§impl<E> TryFromVal<E, U128Small> for Valwhere
E: Env,
impl<E> TryFromVal<E, U128Small> for Valwhere
E: Env,
type Error = ConversionError
fn try_from_val( _env: &E, val: &U128Small, ) -> Result<Val, <Val as TryFromVal<E, U128Small>>::Error>
Source§impl<E> TryFromVal<E, Val> for U128Smallwhere
E: Env,
impl<E> TryFromVal<E, Val> for U128Smallwhere
E: Env,
type Error = ConversionError
fn try_from_val( _env: &E, val: &Val, ) -> Result<U128Small, <U128Small as TryFromVal<E, Val>>::Error>
impl Copy for U128Small
impl Eq for U128Small
Auto Trait Implementations§
impl Freeze for U128Small
impl RefUnwindSafe for U128Small
impl Send for U128Small
impl Sync for U128Small
impl Unpin for U128Small
impl UnwindSafe for U128Small
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more