#[non_exhaustive]pub struct StartChannelOutputBuilder { /* private fields */ }Expand description
A builder for StartChannelOutput.
Implementations§
source§impl StartChannelOutputBuilder
impl StartChannelOutputBuilder
sourcepub fn build(self) -> StartChannelOutput
pub fn build(self) -> StartChannelOutput
Consumes the builder and constructs a StartChannelOutput.
Trait Implementations§
source§impl Clone for StartChannelOutputBuilder
impl Clone for StartChannelOutputBuilder
source§fn clone(&self) -> StartChannelOutputBuilder
fn clone(&self) -> StartChannelOutputBuilder
Returns a copy of the value. Read more
1.0.0 · 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 StartChannelOutputBuilder
impl Debug for StartChannelOutputBuilder
source§impl Default for StartChannelOutputBuilder
impl Default for StartChannelOutputBuilder
source§fn default() -> StartChannelOutputBuilder
fn default() -> StartChannelOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StartChannelOutputBuilder> for StartChannelOutputBuilder
impl PartialEq<StartChannelOutputBuilder> for StartChannelOutputBuilder
source§fn eq(&self, other: &StartChannelOutputBuilder) -> bool
fn eq(&self, other: &StartChannelOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for StartChannelOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StartChannelOutputBuilder
impl Send for StartChannelOutputBuilder
impl Sync for StartChannelOutputBuilder
impl Unpin for StartChannelOutputBuilder
impl UnwindSafe for StartChannelOutputBuilder
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