pub struct BlockTransaction {
pub meta: Option<Meta>,
pub transaction: Option<Transaction>,
}
Fields§
§meta: Option<Meta>
§transaction: Option<Transaction>
Trait Implementations§
Source§impl Debug for BlockTransaction
impl Debug for BlockTransaction
Source§impl<'de> Deserialize<'de> for BlockTransaction
impl<'de> Deserialize<'de> for BlockTransaction
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 BlockTransaction
impl RefUnwindSafe for BlockTransaction
impl Send for BlockTransaction
impl Sync for BlockTransaction
impl Unpin for BlockTransaction
impl UnwindSafe for BlockTransaction
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