pub struct BatchFinalizedEvent {
pub commitment_txid: Option<String>,
pub id: Option<String>,
}Fields§
§commitment_txid: Option<String>§id: Option<String>Implementations§
Source§impl BatchFinalizedEvent
impl BatchFinalizedEvent
pub fn new() -> BatchFinalizedEvent
Trait 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 (const: unstable) · 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 BatchFinalizedEvent
impl Debug for BatchFinalizedEvent
Source§impl Default for BatchFinalizedEvent
impl Default for BatchFinalizedEvent
Source§fn default() -> BatchFinalizedEvent
fn default() -> BatchFinalizedEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchFinalizedEvent
impl<'de> Deserialize<'de> for BatchFinalizedEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BatchFinalizedEvent
impl PartialEq for BatchFinalizedEvent
Source§fn eq(&self, other: &BatchFinalizedEvent) -> bool
fn eq(&self, other: &BatchFinalizedEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BatchFinalizedEvent
impl Serialize for BatchFinalizedEvent
impl StructuralPartialEq for BatchFinalizedEvent
Source§impl TryFrom<BatchFinalizedEvent> for BatchFinalizedEvent
impl TryFrom<BatchFinalizedEvent> for BatchFinalizedEvent
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto 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