pub struct I128Small(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Ord for I128Small
impl Ord for I128Small
Source§impl PartialOrd for I128Small
impl PartialOrd for I128Small
Source§impl<E> TryFromVal<E, &I128Small> for Valwhere
E: Env,
impl<E> TryFromVal<E, &I128Small> for Valwhere
E: Env,
type Error = ConversionError
fn try_from_val( _env: &E, val: &&I128Small, ) -> Result<Val, <Val as TryFromVal<E, &I128Small>>::Error>
Source§impl<E> TryFromVal<E, I128Small> for Valwhere
E: Env,
impl<E> TryFromVal<E, I128Small> for Valwhere
E: Env,
type Error = ConversionError
fn try_from_val( _env: &E, val: &I128Small, ) -> Result<Val, <Val as TryFromVal<E, I128Small>>::Error>
Source§impl<E> TryFromVal<E, Val> for I128Smallwhere
E: Env,
impl<E> TryFromVal<E, Val> for I128Smallwhere
E: Env,
type Error = ConversionError
fn try_from_val( _env: &E, val: &Val, ) -> Result<I128Small, <I128Small as TryFromVal<E, Val>>::Error>
impl Copy for I128Small
impl Eq for I128Small
Auto Trait Implementations§
impl Freeze for I128Small
impl RefUnwindSafe for I128Small
impl Send for I128Small
impl Sync for I128Small
impl Unpin for I128Small
impl UnwindSafe for I128Small
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