Struct k8s_openapi::api::flowcontrol::v1beta1::FlowDistinguisherMethod [−][src]
pub struct FlowDistinguisherMethod {
pub type_: String,
}
Expand description
FlowDistinguisherMethod specifies the method of a flow distinguisher.
Fields
type_: String
type
is the type of flow distinguisher method The supported types are “ByUser” and “ByNamespace”. Required.
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
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 FlowDistinguisherMethod
impl Send for FlowDistinguisherMethod
impl Sync for FlowDistinguisherMethod
impl Unpin for FlowDistinguisherMethod
impl UnwindSafe for FlowDistinguisherMethod
Blanket Implementations
Mutably borrows from an owned value. Read more