pub struct GetTransactionParams {
pub txid: String,
}
Fields§
§txid: String
Auto Trait Implementations§
impl Freeze for GetTransactionParams
impl RefUnwindSafe for GetTransactionParams
impl Send for GetTransactionParams
impl Sync for GetTransactionParams
impl Unpin for GetTransactionParams
impl UnwindSafe for GetTransactionParams
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