pub struct VerifiedChannelDisputeV1 { /* private fields */ }Implementations§
Source§impl VerifiedChannelDisputeV1
impl VerifiedChannelDisputeV1
pub const fn artifact(&self) -> &SignedChannelDisputeV1
pub const fn chain(&self) -> &VerifiedChannelStateChainV1
Trait Implementations§
Source§impl Clone for VerifiedChannelDisputeV1
impl Clone for VerifiedChannelDisputeV1
Source§fn clone(&self) -> VerifiedChannelDisputeV1
fn clone(&self) -> VerifiedChannelDisputeV1
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 VerifiedChannelDisputeV1
impl Debug for VerifiedChannelDisputeV1
impl Eq for VerifiedChannelDisputeV1
Source§impl PartialEq for VerifiedChannelDisputeV1
impl PartialEq for VerifiedChannelDisputeV1
impl StructuralPartialEq for VerifiedChannelDisputeV1
Auto Trait Implementations§
impl Freeze for VerifiedChannelDisputeV1
impl RefUnwindSafe for VerifiedChannelDisputeV1
impl Send for VerifiedChannelDisputeV1
impl Sync for VerifiedChannelDisputeV1
impl Unpin for VerifiedChannelDisputeV1
impl UnsafeUnpin for VerifiedChannelDisputeV1
impl UnwindSafe for VerifiedChannelDisputeV1
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