pub struct LabelConfirmationV1 {
pub fragment_id: TxId,
pub interim_txid: TxId,
pub speakers: Vec<SpeakerLabelV1>,
}Fields§
§fragment_id: TxId§interim_txid: TxId§speakers: Vec<SpeakerLabelV1>Trait Implementations§
Source§impl Clone for LabelConfirmationV1
impl Clone for LabelConfirmationV1
Source§fn clone(&self) -> LabelConfirmationV1
fn clone(&self) -> LabelConfirmationV1
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 LabelConfirmationV1
impl Debug for LabelConfirmationV1
Source§impl<'de> Deserialize<'de> for LabelConfirmationV1
impl<'de> Deserialize<'de> for LabelConfirmationV1
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<LabelConfirmationV1, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<LabelConfirmationV1, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for LabelConfirmationV1
Source§impl PartialEq for LabelConfirmationV1
impl PartialEq for LabelConfirmationV1
Source§impl Serialize for LabelConfirmationV1
impl Serialize for LabelConfirmationV1
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for LabelConfirmationV1
Auto Trait Implementations§
impl Freeze for LabelConfirmationV1
impl RefUnwindSafe for LabelConfirmationV1
impl Send for LabelConfirmationV1
impl Sync for LabelConfirmationV1
impl Unpin for LabelConfirmationV1
impl UnsafeUnpin for LabelConfirmationV1
impl UnwindSafe for LabelConfirmationV1
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