pub struct VerifiedEffectiveChannelCloseV1 { /* private fields */ }Implementations§
Source§impl VerifiedEffectiveChannelCloseV1
impl VerifiedEffectiveChannelCloseV1
pub const fn close(&self) -> &VerifiedChannelCloseV1
pub const fn effective_state(&self) -> &VerifiedChannelStateV1
pub const fn snapshot(&self) -> &VerifiedChannelLifecycleSnapshotV1
pub fn admitted_dispute_digest(&self) -> Option<&str>
pub fn expected_release_token_base_units(&self) -> &str
pub fn expected_refund_after_release_token_base_units(&self) -> &str
pub fn effective_close_digest(&self) -> &str
Trait Implementations§
Source§impl Clone for VerifiedEffectiveChannelCloseV1
impl Clone for VerifiedEffectiveChannelCloseV1
Source§fn clone(&self) -> VerifiedEffectiveChannelCloseV1
fn clone(&self) -> VerifiedEffectiveChannelCloseV1
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 moreAuto Trait Implementations§
impl Freeze for VerifiedEffectiveChannelCloseV1
impl RefUnwindSafe for VerifiedEffectiveChannelCloseV1
impl Send for VerifiedEffectiveChannelCloseV1
impl Sync for VerifiedEffectiveChannelCloseV1
impl Unpin for VerifiedEffectiveChannelCloseV1
impl UnsafeUnpin for VerifiedEffectiveChannelCloseV1
impl UnwindSafe for VerifiedEffectiveChannelCloseV1
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