pub struct SingletonStruct {
pub mod_hash: Bytes32,
pub launcher_id: Bytes32,
pub launcher_puzzle_hash: Bytes32,
}Fields§
§mod_hash: Bytes32§launcher_id: Bytes32§launcher_puzzle_hash: Bytes32Implementations§
Trait Implementations§
Source§impl Clone for SingletonStruct
impl Clone for SingletonStruct
Source§fn clone(&self) -> SingletonStruct
fn clone(&self) -> SingletonStruct
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 moreSource§impl Debug for SingletonStruct
impl Debug for SingletonStruct
Source§impl<Node> FromKlvm<Node> for SingletonStruct
impl<Node> FromKlvm<Node> for SingletonStruct
fn from_klvm( decoder: &impl KlvmDecoder<Node = Node>, node: Node, ) -> Result<Self, FromKlvmError>
Source§impl PartialEq for SingletonStruct
impl PartialEq for SingletonStruct
Source§impl<Node> ToKlvm<Node> for SingletonStruct
impl<Node> ToKlvm<Node> for SingletonStruct
fn to_klvm( &self, encoder: &mut impl KlvmEncoder<Node = Node>, ) -> Result<Node, ToKlvmError>
impl Eq for SingletonStruct
impl StructuralPartialEq for SingletonStruct
Auto Trait Implementations§
impl Freeze for SingletonStruct
impl RefUnwindSafe for SingletonStruct
impl Send for SingletonStruct
impl Sync for SingletonStruct
impl Unpin for SingletonStruct
impl UnwindSafe for SingletonStruct
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