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