Struct turshi::runner::CairoContext
source · pub struct CairoContext<F> { /* private fields */ }
Expand description
A structure to store auxiliary variables throughout computation
Trait Implementations§
source§impl<F: Clone> Clone for CairoContext<F>
impl<F: Clone> Clone for CairoContext<F>
source§fn clone(&self) -> CairoContext<F>
fn clone(&self) -> CairoContext<F>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<F: Field> Default for CairoContext<F>
impl<F: Field> Default for CairoContext<F>
source§fn default() -> Self
fn default() -> Self
This function creates an instance of a default CairoContext struct
impl<F: Copy> Copy for CairoContext<F>
Auto Trait Implementations§
impl<F> RefUnwindSafe for CairoContext<F>where F: RefUnwindSafe,
impl<F> Send for CairoContext<F>where F: Send,
impl<F> Sync for CairoContext<F>where F: Sync,
impl<F> Unpin for CairoContext<F>where F: Unpin,
impl<F> UnwindSafe for CairoContext<F>where F: 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