#[non_exhaustive]pub struct ProposedSegmentChange { /* private fields */ }
Expand description
Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.
Implementations§
source§impl ProposedSegmentChange
impl ProposedSegmentChange
The list of key-value tags that changed for the segment.
sourcepub fn attachment_policy_rule_number(&self) -> Option<i32>
pub fn attachment_policy_rule_number(&self) -> Option<i32>
The rule number in the policy document that applies to this change.
sourcepub fn segment_name(&self) -> Option<&str>
pub fn segment_name(&self) -> Option<&str>
The name of the segment to change.
source§impl ProposedSegmentChange
impl ProposedSegmentChange
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ProposedSegmentChange
.
Trait Implementations§
source§impl Clone for ProposedSegmentChange
impl Clone for ProposedSegmentChange
source§fn clone(&self) -> ProposedSegmentChange
fn clone(&self) -> ProposedSegmentChange
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 ProposedSegmentChange
impl Debug for ProposedSegmentChange
source§impl PartialEq<ProposedSegmentChange> for ProposedSegmentChange
impl PartialEq<ProposedSegmentChange> for ProposedSegmentChange
source§fn eq(&self, other: &ProposedSegmentChange) -> bool
fn eq(&self, other: &ProposedSegmentChange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.