Struct kubernetes::GroupVersionResource[][src]

pub struct GroupVersionResource<'a> {
    pub group: &'a str,
    pub version: &'a str,
    pub resource: &'a str,
}

Fields

Trait Implementations

impl<'a> Debug for GroupVersionResource<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for GroupVersionResource<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for GroupVersionResource<'a>
[src]

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

This method tests for !=.

impl<'a> From<GroupVersionResource<'a>> for GroupResource<'a>
[src]

Performs the conversion.

impl<'a> From<GroupVersionResource<'a>> for GroupVersion<'a>
[src]

Performs the conversion.

impl<'a> Display for GroupVersionResource<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for GroupVersionResource<'a>

impl<'a> Sync for GroupVersionResource<'a>