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