pub struct VerifiedChannelCloseV1 { /* private fields */ }Implementations§
Source§impl VerifiedChannelCloseV1
impl VerifiedChannelCloseV1
pub const fn artifact(&self) -> &SignedChannelCloseV1
pub const fn open(&self) -> &VerifiedChannelOpenConsentV1
pub const fn final_state(&self) -> &VerifiedChannelStateV1
pub const fn snapshot(&self) -> &VerifiedChannelLifecycleSnapshotV1
Trait Implementations§
Source§impl Clone for VerifiedChannelCloseV1
impl Clone for VerifiedChannelCloseV1
Source§fn clone(&self) -> VerifiedChannelCloseV1
fn clone(&self) -> VerifiedChannelCloseV1
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 VerifiedChannelCloseV1
impl RefUnwindSafe for VerifiedChannelCloseV1
impl Send for VerifiedChannelCloseV1
impl Sync for VerifiedChannelCloseV1
impl Unpin for VerifiedChannelCloseV1
impl UnsafeUnpin for VerifiedChannelCloseV1
impl UnwindSafe for VerifiedChannelCloseV1
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