pub struct RawPuzzle {
pub puzzle_hash: TreeHash,
pub ptr: NodePtr,
}
Fields§
§puzzle_hash: TreeHash
§ptr: NodePtr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawPuzzle
impl RefUnwindSafe for RawPuzzle
impl Send for RawPuzzle
impl Sync for RawPuzzle
impl Unpin for RawPuzzle
impl UnwindSafe for RawPuzzle
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