#[non_exhaustive]pub struct CoreNetworkChangeEventValues { /* private fields */ }
Expand description
Describes a core network change event.
Implementations§
source§impl CoreNetworkChangeEventValues
impl CoreNetworkChangeEventValues
sourcepub fn edge_location(&self) -> Option<&str>
pub fn edge_location(&self) -> Option<&str>
The edge location for the core network change event.
sourcepub fn segment_name(&self) -> Option<&str>
pub fn segment_name(&self) -> Option<&str>
The segment name if the change event is associated with a segment.
sourcepub fn attachment_id(&self) -> Option<&str>
pub fn attachment_id(&self) -> Option<&str>
The ID of the attachment if the change event is associated with an attachment.
source§impl CoreNetworkChangeEventValues
impl CoreNetworkChangeEventValues
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CoreNetworkChangeEventValues
.
Trait Implementations§
source§impl Clone for CoreNetworkChangeEventValues
impl Clone for CoreNetworkChangeEventValues
source§fn clone(&self) -> CoreNetworkChangeEventValues
fn clone(&self) -> CoreNetworkChangeEventValues
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 CoreNetworkChangeEventValues
impl Debug for CoreNetworkChangeEventValues
source§impl PartialEq<CoreNetworkChangeEventValues> for CoreNetworkChangeEventValues
impl PartialEq<CoreNetworkChangeEventValues> for CoreNetworkChangeEventValues
source§fn eq(&self, other: &CoreNetworkChangeEventValues) -> bool
fn eq(&self, other: &CoreNetworkChangeEventValues) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.