Struct cyfs_bdt::sn::types::ReceiptWithSignature
source · pub struct ReceiptWithSignature(_, _);Implementations§
Trait Implementations§
source§impl Debug for ReceiptWithSignature
impl Debug for ReceiptWithSignature
source§impl From<(SnServiceReceipt, Signature)> for ReceiptWithSignature
impl From<(SnServiceReceipt, Signature)> for ReceiptWithSignature
source§fn from(v: (SnServiceReceipt, Signature)) -> Self
fn from(v: (SnServiceReceipt, Signature)) -> Self
Converts to this type from the input type.