pub struct I256Small(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for I256Small
impl Ord for I256Small
Source§impl PartialOrd for I256Small
impl PartialOrd for I256Small
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, 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 Freeze for I256Small
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