pub struct BroadcastTx(pub Transaction);Tuple Fields§
§0: TransactionTrait Implementations§
Source§impl Clone for BroadcastTx
impl Clone for BroadcastTx
Source§fn clone(&self) -> BroadcastTx
fn clone(&self) -> BroadcastTx
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 moreSource§impl Debug for BroadcastTx
impl Debug for BroadcastTx
Source§impl Request for BroadcastTx
impl Request for BroadcastTx
fn to_method_and_params(&self) -> MethodAndParams
Auto Trait Implementations§
impl Freeze for BroadcastTx
impl RefUnwindSafe for BroadcastTx
impl Send for BroadcastTx
impl Sync for BroadcastTx
impl Unpin for BroadcastTx
impl UnwindSafe for BroadcastTx
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