#[non_exhaustive]pub struct AddBridgeOutputRequestBuilder { /* private fields */ }Expand description
A builder for AddBridgeOutputRequest.
Implementations§
source§impl AddBridgeOutputRequestBuilder
impl AddBridgeOutputRequestBuilder
sourcepub fn network_output(self, input: AddBridgeNetworkOutputRequest) -> Self
pub fn network_output(self, input: AddBridgeNetworkOutputRequest) -> Self
Add a network output to an existing bridge.
sourcepub fn set_network_output(
self,
input: Option<AddBridgeNetworkOutputRequest>
) -> Self
pub fn set_network_output( self, input: Option<AddBridgeNetworkOutputRequest> ) -> Self
Add a network output to an existing bridge.
sourcepub fn get_network_output(&self) -> &Option<AddBridgeNetworkOutputRequest>
pub fn get_network_output(&self) -> &Option<AddBridgeNetworkOutputRequest>
Add a network output to an existing bridge.
sourcepub fn build(self) -> AddBridgeOutputRequest
pub fn build(self) -> AddBridgeOutputRequest
Consumes the builder and constructs a AddBridgeOutputRequest.
Trait Implementations§
source§impl Clone for AddBridgeOutputRequestBuilder
impl Clone for AddBridgeOutputRequestBuilder
source§fn clone(&self) -> AddBridgeOutputRequestBuilder
fn clone(&self) -> AddBridgeOutputRequestBuilder
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 Default for AddBridgeOutputRequestBuilder
impl Default for AddBridgeOutputRequestBuilder
source§fn default() -> AddBridgeOutputRequestBuilder
fn default() -> AddBridgeOutputRequestBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AddBridgeOutputRequestBuilder
impl PartialEq for AddBridgeOutputRequestBuilder
source§fn eq(&self, other: &AddBridgeOutputRequestBuilder) -> bool
fn eq(&self, other: &AddBridgeOutputRequestBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AddBridgeOutputRequestBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AddBridgeOutputRequestBuilder
impl Send for AddBridgeOutputRequestBuilder
impl Sync for AddBridgeOutputRequestBuilder
impl Unpin for AddBridgeOutputRequestBuilder
impl UnwindSafe for AddBridgeOutputRequestBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.