pub struct VerifiedChannelStateV1 { /* private fields */ }Implementations§
Source§impl VerifiedChannelStateV1
impl VerifiedChannelStateV1
pub const fn body(&self) -> &ChannelStateBodyV1
pub const fn payee_signature(&self) -> Option<&ChannelSignatureV1>
pub fn digest(&self) -> Result<String, ChannelError>
Trait Implementations§
Source§impl Clone for VerifiedChannelStateV1
impl Clone for VerifiedChannelStateV1
Source§fn clone(&self) -> VerifiedChannelStateV1
fn clone(&self) -> VerifiedChannelStateV1
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 VerifiedChannelStateV1
impl Debug for VerifiedChannelStateV1
impl Eq for VerifiedChannelStateV1
Source§impl PartialEq for VerifiedChannelStateV1
impl PartialEq for VerifiedChannelStateV1
impl StructuralPartialEq for VerifiedChannelStateV1
Auto Trait Implementations§
impl Freeze for VerifiedChannelStateV1
impl RefUnwindSafe for VerifiedChannelStateV1
impl Send for VerifiedChannelStateV1
impl Sync for VerifiedChannelStateV1
impl Unpin for VerifiedChannelStateV1
impl UnsafeUnpin for VerifiedChannelStateV1
impl UnwindSafe for VerifiedChannelStateV1
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