Struct cairo_lang_utils::bigint::BigIntAsHex
source · pub struct BigIntAsHex {
pub value: BigInt,
}
Fields§
§value: BigInt
A field element that encodes the signature of the called function.
Trait Implementations§
source§impl Clone for BigIntAsHex
impl Clone for BigIntAsHex
source§fn clone(&self) -> BigIntAsHex
fn clone(&self) -> BigIntAsHex
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BigIntAsHex
impl Debug for BigIntAsHex
source§impl Default for BigIntAsHex
impl Default for BigIntAsHex
source§fn default() -> BigIntAsHex
fn default() -> BigIntAsHex
Returns the “default value” for a type. Read more
source§impl PartialEq for BigIntAsHex
impl PartialEq for BigIntAsHex
source§fn eq(&self, other: &BigIntAsHex) -> bool
fn eq(&self, other: &BigIntAsHex) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BigIntAsHex
impl StructuralPartialEq for BigIntAsHex
Auto Trait Implementations§
impl RefUnwindSafe for BigIntAsHex
impl Send for BigIntAsHex
impl Sync for BigIntAsHex
impl Unpin for BigIntAsHex
impl UnwindSafe for BigIntAsHex
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.