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: String
name
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 UserSubject
impl Send for UserSubject
impl Sync for UserSubject
impl Unpin for UserSubject
impl UnwindSafe for UserSubject
Blanket Implementations
Mutably borrows from an owned value. Read more