pub struct ChannelDisputeSubmitterV1 {
pub submitter_id: String,
pub submitter_key_epoch: u64,
pub submitter_key: PublicKey,
pub trusted_time_unix_ms: u64,
}Fields§
§submitter_id: String§submitter_key_epoch: u64§submitter_key: PublicKey§trusted_time_unix_ms: u64Trait Implementations§
Source§impl Clone for ChannelDisputeSubmitterV1
impl Clone for ChannelDisputeSubmitterV1
Source§fn clone(&self) -> ChannelDisputeSubmitterV1
fn clone(&self) -> ChannelDisputeSubmitterV1
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 ChannelDisputeSubmitterV1
impl Debug for ChannelDisputeSubmitterV1
impl Eq for ChannelDisputeSubmitterV1
impl StructuralPartialEq for ChannelDisputeSubmitterV1
Auto Trait Implementations§
impl Freeze for ChannelDisputeSubmitterV1
impl RefUnwindSafe for ChannelDisputeSubmitterV1
impl Send for ChannelDisputeSubmitterV1
impl Sync for ChannelDisputeSubmitterV1
impl Unpin for ChannelDisputeSubmitterV1
impl UnsafeUnpin for ChannelDisputeSubmitterV1
impl UnwindSafe for ChannelDisputeSubmitterV1
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