pub struct SbtRevokeMessage {
pub query_id: u64,
}
Expand description
Creates a body for nft get_static_data according to TL-B schema:
revoke#6f89f5e3
query_id:uint64
= InternalMsgBody;
Fields§
§query_id: u64
arbitrary request number.
Implementations§
Trait Implementations§
Source§impl Clone for SbtRevokeMessage
impl Clone for SbtRevokeMessage
Source§fn clone(&self) -> SbtRevokeMessage
fn clone(&self) -> SbtRevokeMessage
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 SbtRevokeMessage
impl Debug for SbtRevokeMessage
Source§impl HasOpcode for SbtRevokeMessage
impl HasOpcode for SbtRevokeMessage
Source§impl PartialEq for SbtRevokeMessage
impl PartialEq for SbtRevokeMessage
Source§impl TonMessage for SbtRevokeMessage
impl TonMessage for SbtRevokeMessage
impl StructuralPartialEq for SbtRevokeMessage
Auto Trait Implementations§
impl Freeze for SbtRevokeMessage
impl RefUnwindSafe for SbtRevokeMessage
impl Send for SbtRevokeMessage
impl Sync for SbtRevokeMessage
impl Unpin for SbtRevokeMessage
impl UnwindSafe for SbtRevokeMessage
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