pub struct TreeSigningStartedEvent {
pub cosigners_pubkeys: Option<Vec<String>>,
pub id: Option<String>,
pub unsigned_commitment_tx: Option<String>,
}Fields§
§cosigners_pubkeys: Option<Vec<String>>§id: Option<String>§unsigned_commitment_tx: Option<String>Implementations§
Source§impl TreeSigningStartedEvent
impl TreeSigningStartedEvent
pub fn new() -> TreeSigningStartedEvent
Trait Implementations§
Source§impl Clone for TreeSigningStartedEvent
impl Clone for TreeSigningStartedEvent
Source§fn clone(&self) -> TreeSigningStartedEvent
fn clone(&self) -> TreeSigningStartedEvent
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 TreeSigningStartedEvent
impl Debug for TreeSigningStartedEvent
Source§impl Default for TreeSigningStartedEvent
impl Default for TreeSigningStartedEvent
Source§fn default() -> TreeSigningStartedEvent
fn default() -> TreeSigningStartedEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TreeSigningStartedEvent
impl<'de> Deserialize<'de> for TreeSigningStartedEvent
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 TreeSigningStartedEvent
impl PartialEq for TreeSigningStartedEvent
Source§fn eq(&self, other: &TreeSigningStartedEvent) -> bool
fn eq(&self, other: &TreeSigningStartedEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TreeSigningStartedEvent
impl Serialize for TreeSigningStartedEvent
impl StructuralPartialEq for TreeSigningStartedEvent
Source§impl TryFrom<TreeSigningStartedEvent> for TreeSigningStartedEvent
impl TryFrom<TreeSigningStartedEvent> for TreeSigningStartedEvent
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for TreeSigningStartedEvent
impl RefUnwindSafe for TreeSigningStartedEvent
impl Send for TreeSigningStartedEvent
impl Sync for TreeSigningStartedEvent
impl Unpin for TreeSigningStartedEvent
impl UnsafeUnpin for TreeSigningStartedEvent
impl UnwindSafe for TreeSigningStartedEvent
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