pub struct SbtDestroyMessage {
pub query_id: u64,
}
Expand description
Creates a body for nft get_static_data according to TL-B schema:
destroy#1f04537a
query_id:uint64
= InternalMsgBody;
Fields§
§query_id: u64
arbitrary request number.
Implementations§
Trait Implementations§
Source§impl Clone for SbtDestroyMessage
impl Clone for SbtDestroyMessage
Source§fn clone(&self) -> SbtDestroyMessage
fn clone(&self) -> SbtDestroyMessage
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SbtDestroyMessage
impl Debug for SbtDestroyMessage
Source§impl HasOpcode for SbtDestroyMessage
impl HasOpcode for SbtDestroyMessage
Source§impl PartialEq for SbtDestroyMessage
impl PartialEq for SbtDestroyMessage
Source§impl TonMessage for SbtDestroyMessage
impl TonMessage for SbtDestroyMessage
impl StructuralPartialEq for SbtDestroyMessage
Auto Trait Implementations§
impl Freeze for SbtDestroyMessage
impl RefUnwindSafe for SbtDestroyMessage
impl Send for SbtDestroyMessage
impl Sync for SbtDestroyMessage
impl Unpin for SbtDestroyMessage
impl UnwindSafe for SbtDestroyMessage
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