pub struct OpeningChannel { /* private fields */ }Expand description
An in-progress channel opening, returned by Offer::wait_for_open.
Implementations§
Source§impl OpeningChannel
impl OpeningChannel
Sourcepub fn accept(self) -> OpenChannelResources
pub fn accept(self) -> OpenChannelResources
Accepts the channel open request.
Auto Trait Implementations§
impl Freeze for OpeningChannel
impl !RefUnwindSafe for OpeningChannel
impl Send for OpeningChannel
impl Sync for OpeningChannel
impl Unpin for OpeningChannel
impl !UnwindSafe for OpeningChannel
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