pub struct NFT {
pub slip1: SaitoUTXOSetKey,
pub slip2: SaitoUTXOSetKey,
pub slip3: SaitoUTXOSetKey,
pub id: Vec<u8>,
pub tx_sig: SaitoSignature,
}
Fields§
§slip1: SaitoUTXOSetKey
§slip2: SaitoUTXOSetKey
§slip3: SaitoUTXOSetKey
§id: Vec<u8>
§tx_sig: SaitoSignature
Trait Implementations§
impl StructuralPartialEq for NFT
Auto Trait Implementations§
impl Freeze for NFT
impl RefUnwindSafe for NFT
impl Send for NFT
impl Sync for NFT
impl Unpin for NFT
impl UnwindSafe for NFT
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