Struct soroban_env_guest::U128Small
source · pub struct U128Small(/* private fields */);
Implementations§
Trait Implementations§
source§impl Ord for U128Small
impl Ord for U128Small
source§impl PartialEq for U128Small
impl PartialEq for U128Small
source§impl PartialOrd for U128Small
impl PartialOrd for U128Small
1.0.0 · source§fn 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 moresource§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 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