Enum snarkvm_synthesizer::prelude::CallStack
source · pub enum CallStack<N>where
N: Network,{
Authorize(Vec<Request<N>>, PrivateKey<N>, Authorization<N>),
Synthesize(Vec<Request<N>>, PrivateKey<N>, Authorization<N>),
CheckDeployment(Vec<Request<N>>, PrivateKey<N>, Arc<RwLock<RawRwLock, Vec<(Assignment<<N as Environment>::Field>, CallMetrics<N>)>>>),
Evaluate(Authorization<N>),
Execute(Authorization<N>, Arc<RwLock<RawRwLock, Trace<N>>>),
PackageRun(Vec<Request<N>>, PrivateKey<N>, Arc<RwLock<RawRwLock, Vec<(Assignment<<N as Environment>::Field>, CallMetrics<N>)>>>),
}
Variants§
Authorize(Vec<Request<N>>, PrivateKey<N>, Authorization<N>)
Synthesize(Vec<Request<N>>, PrivateKey<N>, Authorization<N>)
CheckDeployment(Vec<Request<N>>, PrivateKey<N>, Arc<RwLock<RawRwLock, Vec<(Assignment<<N as Environment>::Field>, CallMetrics<N>)>>>)
Evaluate(Authorization<N>)
Execute(Authorization<N>, Arc<RwLock<RawRwLock, Trace<N>>>)
PackageRun(Vec<Request<N>>, PrivateKey<N>, Arc<RwLock<RawRwLock, Vec<(Assignment<<N as Environment>::Field>, CallMetrics<N>)>>>)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<N> !RefUnwindSafe for CallStack<N>
impl<N> Send for CallStack<N>
impl<N> Sync for CallStack<N>
impl<N> Unpin for CallStack<N>where N: Unpin, <N as Environment>::Field: Unpin, <N as Environment>::Projective: Unpin, <N as Environment>::Scalar: Unpin,
impl<N> !UnwindSafe for CallStack<N>
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