pub struct ChannelOpenTrustV1 {
pub payer_id: String,
pub payer_key: PublicKey,
pub payer_key_epoch: u64,
pub payee_id: String,
pub payee_key: PublicKey,
pub payee_key_epoch: u64,
pub settlement_authority_scope_id: String,
pub original_web3_dispatch_digest: String,
pub participant_snapshot_digest: String,
pub trusted_time_unix_ms: u64,
}Fields§
§payer_id: String§payer_key: PublicKey§payer_key_epoch: u64§payee_id: String§payee_key: PublicKey§payee_key_epoch: u64§original_web3_dispatch_digest: String§participant_snapshot_digest: String§trusted_time_unix_ms: u64Trait Implementations§
Source§impl Clone for ChannelOpenTrustV1
impl Clone for ChannelOpenTrustV1
Source§fn clone(&self) -> ChannelOpenTrustV1
fn clone(&self) -> ChannelOpenTrustV1
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 ChannelOpenTrustV1
impl Debug for ChannelOpenTrustV1
Source§impl<'de> Deserialize<'de> for ChannelOpenTrustV1
impl<'de> Deserialize<'de> for ChannelOpenTrustV1
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
impl Eq for ChannelOpenTrustV1
Source§impl PartialEq for ChannelOpenTrustV1
impl PartialEq for ChannelOpenTrustV1
Source§impl Serialize for ChannelOpenTrustV1
impl Serialize for ChannelOpenTrustV1
impl StructuralPartialEq for ChannelOpenTrustV1
Auto Trait Implementations§
impl Freeze for ChannelOpenTrustV1
impl RefUnwindSafe for ChannelOpenTrustV1
impl Send for ChannelOpenTrustV1
impl Sync for ChannelOpenTrustV1
impl Unpin for ChannelOpenTrustV1
impl UnsafeUnpin for ChannelOpenTrustV1
impl UnwindSafe for ChannelOpenTrustV1
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