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_: Stringtype 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 FlowDistinguisherMethodimpl Send for FlowDistinguisherMethodimpl Sync for FlowDistinguisherMethodimpl Unpin for FlowDistinguisherMethodimpl UnwindSafe for FlowDistinguisherMethodBlanket Implementations
Mutably borrows from an owned value. Read more