pub struct GetTokenTransactionsArg {
pub token_id: u64,
pub page: Option<u32>,
pub witness: bool,
}Fields§
§token_id: u64§page: Option<u32>§witness: boolTrait Implementations§
Source§impl CandidType for GetTokenTransactionsArg
impl CandidType for GetTokenTransactionsArg
Source§impl<'de> Deserialize<'de> for GetTokenTransactionsArg
impl<'de> Deserialize<'de> for GetTokenTransactionsArg
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetTokenTransactionsArg
impl RefUnwindSafe for GetTokenTransactionsArg
impl Send for GetTokenTransactionsArg
impl Sync for GetTokenTransactionsArg
impl Unpin for GetTokenTransactionsArg
impl UnwindSafe for GetTokenTransactionsArg
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