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