Struct k8s_openapi::v1_10::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 NonResourceAttributesfn clone(&self) -> NonResourceAttributes[src]
fn clone(&self) -> NonResourceAttributesReturns 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 NonResourceAttributesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for NonResourceAttributes[src]
impl Default for NonResourceAttributesfn default() -> NonResourceAttributes[src]
fn default() -> NonResourceAttributesReturns the "default value" for a type. Read more
impl PartialEq for NonResourceAttributes[src]
impl PartialEq for NonResourceAttributesfn eq(&self, other: &NonResourceAttributes) -> bool[src]
fn eq(&self, other: &NonResourceAttributes) -> boolThis 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) -> boolThis method tests for !=.
impl<'de> Deserialize<'de> for NonResourceAttributes[src]
impl<'de> Deserialize<'de> for NonResourceAttributesfn 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 NonResourceAttributesAuto Trait Implementations
impl Send for NonResourceAttributes
impl Send for NonResourceAttributesimpl Sync for NonResourceAttributes
impl Sync for NonResourceAttributes