pub struct BlockTransactionList {
pub page: String,
pub limit: String,
pub total_page: String,
pub chain_full_name: String,
pub chain_short_name: String,
pub block_list: Vec<BlockTransaction>,
}Fields§
§page: String§limit: String§total_page: String§chain_full_name: String§chain_short_name: String§block_list: Vec<BlockTransaction>Trait Implementations§
Source§impl Debug for BlockTransactionList
impl Debug for BlockTransactionList
Source§impl<'de> Deserialize<'de> for BlockTransactionList
impl<'de> Deserialize<'de> for BlockTransactionList
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 BlockTransactionList
impl RefUnwindSafe for BlockTransactionList
impl Send for BlockTransactionList
impl Sync for BlockTransactionList
impl Unpin for BlockTransactionList
impl UnwindSafe for BlockTransactionList
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