Struct k8s_openapi::v1_11::api::authorization::v1::NonResourceAttributes [−][src]
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
impl Clone for NonResourceAttributes
[src]
impl Clone for NonResourceAttributes
fn clone(&self) -> NonResourceAttributes
[src]
fn clone(&self) -> NonResourceAttributes
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for NonResourceAttributes
[src]
impl Debug for NonResourceAttributes
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for NonResourceAttributes
[src]
impl Default for NonResourceAttributes
fn default() -> NonResourceAttributes
[src]
fn default() -> NonResourceAttributes
Returns the "default value" for a type. Read more
impl PartialEq for NonResourceAttributes
[src]
impl PartialEq for NonResourceAttributes
fn eq(&self, other: &NonResourceAttributes) -> bool
[src]
fn eq(&self, other: &NonResourceAttributes) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &NonResourceAttributes) -> bool
[src]
fn ne(&self, other: &NonResourceAttributes) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for NonResourceAttributes
[src]
impl<'de> Deserialize<'de> for NonResourceAttributes
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for NonResourceAttributes
[src]
impl Serialize for NonResourceAttributes
Auto Trait Implementations
impl Send for NonResourceAttributes
impl Send for NonResourceAttributes
impl Sync for NonResourceAttributes
impl Sync for NonResourceAttributes