pub struct BatchFinalizedEvent {
pub id: String,
pub commitment_txid: Txid,
}Fields§
§id: String§commitment_txid: TxidTrait Implementations§
Source§impl Clone for BatchFinalizedEvent
impl Clone for BatchFinalizedEvent
Source§fn clone(&self) -> BatchFinalizedEvent
fn clone(&self) -> BatchFinalizedEvent
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 BatchFinalizedEvent
impl RefUnwindSafe for BatchFinalizedEvent
impl Send for BatchFinalizedEvent
impl Sync for BatchFinalizedEvent
impl Unpin for BatchFinalizedEvent
impl UnsafeUnpin for BatchFinalizedEvent
impl UnwindSafe for BatchFinalizedEvent
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