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