Struct k8s_openapi::v1_8::api::authorization::v1::SelfSubjectRulesReviewSpec[][src]

pub struct SelfSubjectRulesReviewSpec {
    pub namespace: Option<String>,
}

Fields

Namespace to evaluate rules for. Required.

Trait Implementations

impl Clone for SelfSubjectRulesReviewSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SelfSubjectRulesReviewSpec
[src]

Formats the value using the given formatter. Read more

impl Default for SelfSubjectRulesReviewSpec
[src]

Returns the "default value" for a type. Read more

impl PartialEq for SelfSubjectRulesReviewSpec
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'de> Deserialize<'de> for SelfSubjectRulesReviewSpec
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for SelfSubjectRulesReviewSpec
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations