pub struct GetTransaction {
pub txid: Txid,
}Expand description
Query to get a specific transaction
Fields§
§txid: TxidImplementations§
Trait Implementations§
Source§impl Clone for GetTransaction
impl Clone for GetTransaction
Source§fn clone(&self) -> GetTransaction
fn clone(&self) -> GetTransaction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GetTransaction
impl RefUnwindSafe for GetTransaction
impl Send for GetTransaction
impl Sync for GetTransaction
impl Unpin for GetTransaction
impl UnsafeUnpin for GetTransaction
impl UnwindSafe for GetTransaction
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