Struct snarkvm_synthesizer::prelude::Mapping
source · pub struct Mapping<N>where
N: Network,{ /* private fields */ }
Implementations§
Trait Implementations§
source§impl<N> PartialEq for Mapping<N>where
N: PartialEq + Network,
impl<N> PartialEq for Mapping<N>where N: PartialEq + Network,
impl<N> Eq for Mapping<N>where N: Eq + Network,
impl<N> StructuralEq for Mapping<N>where N: Network,
impl<N> StructuralPartialEq for Mapping<N>where N: Network,
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.