pub struct B256(pub [Word; 4]);Tuple Fields§
§0: [Word; 4]Implementations§
Trait Implementations§
Source§impl From<ContentAddress> for B256
impl From<ContentAddress> for B256
Source§fn from(value: ContentAddress) -> Self
fn from(value: ContentAddress) -> Self
Converts to this type from the input type.
Source§impl Ord for B256
impl Ord for B256
Source§impl PartialOrd for B256
impl PartialOrd for B256
Source§impl WriteDecVars for B256
impl WriteDecVars for B256
fn write_dec_var(&self, decision_variables: &mut Vec<Value>)
impl Copy for B256
impl Eq for B256
impl StructuralPartialEq for B256
Auto Trait Implementations§
impl Freeze for B256
impl RefUnwindSafe for B256
impl Send for B256
impl Sync for B256
impl Unpin for B256
impl UnwindSafe for B256
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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§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.