pub struct NargoContext {
pub config: Value,
}Expand description
Nargo execution context.
Fields§
§config: ValueConfiguration.
Implementations§
Trait Implementations§
Source§impl Clone for NargoContext
impl Clone for NargoContext
Source§fn clone(&self) -> NargoContext
fn clone(&self) -> NargoContext
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for NargoContext
impl RefUnwindSafe for NargoContext
impl Send for NargoContext
impl Sync for NargoContext
impl Unpin for NargoContext
impl UnsafeUnpin for NargoContext
impl UnwindSafe for NargoContext
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