pub struct SendWithResult {
pub txid: TXIDHexString,
pub status: ActionResultStatus,
}Expand description
Status of a transaction sent as part of a batch.
Fields§
§txid: TXIDHexString§status: ActionResultStatusTrait Implementations§
Source§impl Clone for SendWithResult
impl Clone for SendWithResult
Source§fn clone(&self) -> SendWithResult
fn clone(&self) -> SendWithResult
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 SendWithResult
impl RefUnwindSafe for SendWithResult
impl Send for SendWithResult
impl Sync for SendWithResult
impl Unpin for SendWithResult
impl UnsafeUnpin for SendWithResult
impl UnwindSafe for SendWithResult
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