Struct clarinet_deployments::onchain::TransactionTracker
source · pub struct TransactionTracker {
pub index: usize,
pub name: String,
pub status: TransactionStatus,
}Fields§
§index: usize§name: String§status: TransactionStatusTrait Implementations§
source§impl Clone for TransactionTracker
impl Clone for TransactionTracker
source§fn clone(&self) -> TransactionTracker
fn clone(&self) -> TransactionTracker
Returns a copy 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 RefUnwindSafe for TransactionTracker
impl Send for TransactionTracker
impl Sync for TransactionTracker
impl Unpin for TransactionTracker
impl UnwindSafe for TransactionTracker
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