#[non_exhaustive]pub struct CoreNetworkPolicyError { /* private fields */ }Expand description
Provides details about an error in a core network policy.
Implementations§
source§impl CoreNetworkPolicyError
impl CoreNetworkPolicyError
source§impl CoreNetworkPolicyError
impl CoreNetworkPolicyError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CoreNetworkPolicyError.
Trait Implementations§
source§impl Clone for CoreNetworkPolicyError
impl Clone for CoreNetworkPolicyError
source§fn clone(&self) -> CoreNetworkPolicyError
fn clone(&self) -> CoreNetworkPolicyError
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 more