Struct soroban_env_guest::I256Small
source · pub struct I256Small(/* private fields */);
Implementations§
Trait Implementations§
source§impl Ord for I256Small
impl Ord for I256Small
source§impl PartialEq for I256Small
impl PartialEq for I256Small
source§impl PartialOrd for I256Small
impl PartialOrd for I256Small
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 TryFrom<&I256Small> for ScVal
impl TryFrom<&I256Small> for ScVal
§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
source§impl TryFrom<I256Small> for ScVal
impl TryFrom<I256Small> for ScVal
§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
source§impl<E> TryFromVal<E, I256Small> for Valwhere
E: Env,
impl<E> TryFromVal<E, I256Small> for Valwhere
E: Env,
type Error = ConversionError
fn try_from_val( _env: &E, val: &I256Small ) -> Result<Val, <Val as TryFromVal<E, I256Small>>::Error>
source§impl<E> TryFromVal<E, Val> for I256Smallwhere
E: Env,
impl<E> TryFromVal<E, Val> for I256Smallwhere
E: Env,
type Error = ConversionError
fn try_from_val( _env: &E, val: &Val ) -> Result<I256Small, <I256Small as TryFromVal<E, Val>>::Error>
impl Copy for I256Small
impl Eq for I256Small
Auto Trait Implementations§
impl RefUnwindSafe for I256Small
impl Send for I256Small
impl Sync for I256Small
impl Unpin for I256Small
impl UnwindSafe for I256Small
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