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