pub struct CurriedPuzzle {
pub curried_puzzle_hash: TreeHash,
pub curried_ptr: NodePtr,
pub mod_hash: TreeHash,
pub args: NodePtr,
}
Fields§
§curried_puzzle_hash: TreeHash
§curried_ptr: NodePtr
§mod_hash: TreeHash
§args: NodePtr
Implementations§
Trait Implementations§
Source§impl Clone for CurriedPuzzle
impl Clone for CurriedPuzzle
Source§fn clone(&self) -> CurriedPuzzle
fn clone(&self) -> CurriedPuzzle
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 Debug for CurriedPuzzle
impl Debug for CurriedPuzzle
impl Copy for CurriedPuzzle
Auto Trait Implementations§
impl Freeze for CurriedPuzzle
impl RefUnwindSafe for CurriedPuzzle
impl Send for CurriedPuzzle
impl Sync for CurriedPuzzle
impl Unpin for CurriedPuzzle
impl UnwindSafe for CurriedPuzzle
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