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