Struct snarkvm_synthesizer_program::Mapping
source · pub struct Mapping<N: Network> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<N: PartialEq + Network> PartialEq for Mapping<N>
impl<N: PartialEq + Network> PartialEq for Mapping<N>
impl<N: Eq + Network> Eq for Mapping<N>
impl<N: Network> StructuralEq for Mapping<N>
impl<N: Network> StructuralPartialEq for Mapping<N>
Auto Trait Implementations§
impl<N> RefUnwindSafe for Mapping<N>where N: RefUnwindSafe, <N as Environment>::Field: RefUnwindSafe,
impl<N> Send for Mapping<N>
impl<N> Sync for Mapping<N>
impl<N> Unpin for Mapping<N>where N: Unpin, <N as Environment>::Field: Unpin,
impl<N> UnwindSafe for Mapping<N>where N: UnwindSafe, <N as Environment>::Field: UnwindSafe,
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.