Struct aws_sdk_networkmanager::model::CoreNetworkChange
source · [−]#[non_exhaustive]pub struct CoreNetworkChange {
pub type: Option<ChangeType>,
pub action: Option<ChangeAction>,
pub identifier: Option<String>,
pub previous_values: Option<CoreNetworkChangeValues>,
pub new_values: Option<CoreNetworkChangeValues>,
}
Expand description
Details describing a core network change.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.type: Option<ChangeType>
The type of change.
action: Option<ChangeAction>
The action to take for a core network.
identifier: Option<String>
The resource identifier.
previous_values: Option<CoreNetworkChangeValues>
The previous values for a core network.
new_values: Option<CoreNetworkChangeValues>
The new value for a core network
Implementations
The type of change.
The action to take for a core network.
The resource identifier.
The previous values for a core network.
The new value for a core network
Creates a new builder-style object to manufacture CoreNetworkChange
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CoreNetworkChange
impl Send for CoreNetworkChange
impl Sync for CoreNetworkChange
impl Unpin for CoreNetworkChange
impl UnwindSafe for CoreNetworkChange
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more