pub struct ChannelEscrowTermsV1 {
pub capability_id: String,
pub depositor: String,
pub beneficiary: String,
pub token_address: String,
pub max_token_base_units: String,
pub deadline_unix_secs: u64,
pub operator: String,
pub operator_key_hash: String,
}Fields§
§capability_id: String§depositor: String§beneficiary: String§token_address: String§max_token_base_units: String§deadline_unix_secs: u64§operator: String§operator_key_hash: StringTrait Implementations§
Source§impl Clone for ChannelEscrowTermsV1
impl Clone for ChannelEscrowTermsV1
Source§fn clone(&self) -> ChannelEscrowTermsV1
fn clone(&self) -> ChannelEscrowTermsV1
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 ChannelEscrowTermsV1
impl Debug for ChannelEscrowTermsV1
Source§impl<'de> Deserialize<'de> for ChannelEscrowTermsV1
impl<'de> Deserialize<'de> for ChannelEscrowTermsV1
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 ChannelEscrowTermsV1
Source§impl PartialEq for ChannelEscrowTermsV1
impl PartialEq for ChannelEscrowTermsV1
Source§impl Serialize for ChannelEscrowTermsV1
impl Serialize for ChannelEscrowTermsV1
impl StructuralPartialEq for ChannelEscrowTermsV1
Auto Trait Implementations§
impl Freeze for ChannelEscrowTermsV1
impl RefUnwindSafe for ChannelEscrowTermsV1
impl Send for ChannelEscrowTermsV1
impl Sync for ChannelEscrowTermsV1
impl Unpin for ChannelEscrowTermsV1
impl UnsafeUnpin for ChannelEscrowTermsV1
impl UnwindSafe for ChannelEscrowTermsV1
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