#[non_exhaustive]pub struct TargetGroupTuple { /* private fields */ }
Expand description
Information about how traffic will be distributed between multiple target groups in a forward rule.
Implementations§
source§impl TargetGroupTuple
impl TargetGroupTuple
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetGroupTuple
.
Trait Implementations§
source§impl Clone for TargetGroupTuple
impl Clone for TargetGroupTuple
source§fn clone(&self) -> TargetGroupTuple
fn clone(&self) -> TargetGroupTuple
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 TargetGroupTuple
impl Debug for TargetGroupTuple
source§impl PartialEq<TargetGroupTuple> for TargetGroupTuple
impl PartialEq<TargetGroupTuple> for TargetGroupTuple
source§fn eq(&self, other: &TargetGroupTuple) -> bool
fn eq(&self, other: &TargetGroupTuple) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.