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