Struct soroban_env_guest::U64Small
source · pub struct U64Small(/* private fields */);
Implementations§
Trait Implementations§
source§impl Ord for U64Small
impl Ord for U64Small
source§impl PartialEq for U64Small
impl PartialEq for U64Small
source§impl PartialOrd for U64Small
impl PartialOrd for U64Small
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§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 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