Struct kubernetes::GroupVersionKind[][src]

pub struct GroupVersionKind<'a> {
    pub group: &'a str,
    pub version: &'a str,
    pub kind: &'a str,
}

Fields

Methods

impl<'a> GroupVersionKind<'a>
[src]

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for GroupVersionKind<'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> Display for GroupVersionKind<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> From<GroupVersionKind<'a>> for GroupKind<'a>
[src]

Performs the conversion.

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

Performs the conversion.

Auto Trait Implementations

impl<'a> Send for GroupVersionKind<'a>

impl<'a> Sync for GroupVersionKind<'a>