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