pub struct EveProof {
pub parent_coin_info: Bytes32,
pub amount: u64,
}Fields§
§parent_coin_info: Bytes32§amount: u64Trait Implementations§
Source§impl<Node> FromKlvm<Node> for EveProof
impl<Node> FromKlvm<Node> for EveProof
fn from_klvm( decoder: &impl KlvmDecoder<Node = Node>, node: Node, ) -> Result<Self, FromKlvmError>
Source§impl<Node> ToKlvm<Node> for EveProof
impl<Node> ToKlvm<Node> for EveProof
fn to_klvm( &self, encoder: &mut impl KlvmEncoder<Node = Node>, ) -> Result<Node, ToKlvmError>
impl Eq for EveProof
impl StructuralPartialEq for EveProof
Auto Trait Implementations§
impl Freeze for EveProof
impl RefUnwindSafe for EveProof
impl Send for EveProof
impl Sync for EveProof
impl Unpin for EveProof
impl UnwindSafe for EveProof
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