pub struct VirtualTxsResponse {
pub txs: Vec<Psbt>,
pub page: Option<IndexerPage>,
}Fields§
§txs: Vec<Psbt>§page: Option<IndexerPage>Trait Implementations§
Auto Trait Implementations§
impl Freeze for VirtualTxsResponse
impl RefUnwindSafe for VirtualTxsResponse
impl Send for VirtualTxsResponse
impl Sync for VirtualTxsResponse
impl Unpin for VirtualTxsResponse
impl UnsafeUnpin for VirtualTxsResponse
impl UnwindSafe for VirtualTxsResponse
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