Struct k8s_openapi::api::authorization::v1::NonResourceAttributes [−][src]
Expand description
NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface
Fields
path: Option<String>
Path is the URL path of the request
verb: Option<String>
Verb is the standard HTTP verb
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 NonResourceAttributes
impl Send for NonResourceAttributes
impl Sync for NonResourceAttributes
impl Unpin for NonResourceAttributes
impl UnwindSafe for NonResourceAttributes
Blanket Implementations
Mutably borrows from an owned value. Read more