Struct k8s_openapi::api::flowcontrol::v1beta1::UserSubject [−][src]
pub struct UserSubject {
pub name: String,
}Expand description
UserSubject holds detailed information for user-kind subject.
Fields
name: Stringname is the username that matches, or “*” to match all usernames. 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 UserSubjectimpl Send for UserSubjectimpl Sync for UserSubjectimpl Unpin for UserSubjectimpl UnwindSafe for UserSubjectBlanket Implementations
Mutably borrows from an owned value. Read more