Struct rust_chain::structs::Uint256
source · [−]Expand description
Fields
data: [u128; 2]
Implementations
Trait Implementations
sourceimpl From<SecondaryValue> for Uint256
impl From<SecondaryValue> for Uint256
sourcefn from(value: SecondaryValue) -> Self
fn from(value: SecondaryValue) -> Self
Converts to this type from the input type.
sourceimpl From<Uint256> for SecondaryValue
impl From<Uint256> for SecondaryValue
impl Copy for Uint256
impl Eq for Uint256
impl StructuralEq for Uint256
impl StructuralPartialEq for Uint256
Auto Trait Implementations
impl RefUnwindSafe for Uint256
impl Send for Uint256
impl Sync for Uint256
impl Unpin for Uint256
impl UnwindSafe for Uint256
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.