Struct k8s_openapi_ext::metav1::APIGroupList  
source · [−]Expand description
APIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.
Fields
groups: Vec<APIGroup, Global>groups is a list of APIGroup.
Trait Implementations
sourceimpl Clone for APIGroupList
 
impl Clone for APIGroupList
sourcefn clone(&self) -> APIGroupList
 
fn clone(&self) -> APIGroupList
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for APIGroupList
 
impl Debug for APIGroupList
sourceimpl DeepMerge for APIGroupList
 
impl DeepMerge for APIGroupList
sourcefn merge_from(&mut self, other: APIGroupList)
 
fn merge_from(&mut self, other: APIGroupList)
Merge 
other into self.sourceimpl Default for APIGroupList
 
impl Default for APIGroupList
sourcefn default() -> APIGroupList
 
fn default() -> APIGroupList
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for APIGroupList
 
impl<'de> Deserialize<'de> for APIGroupList
sourcefn deserialize<D>(
    deserializer: D
) -> Result<APIGroupList, <D as Deserializer<'de>>::Error>where
    D: Deserializer<'de>,
 
fn deserialize<D>(
    deserializer: D
) -> Result<APIGroupList, <D as Deserializer<'de>>::Error>where
    D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<APIGroupList> for APIGroupList
 
impl PartialEq<APIGroupList> for APIGroupList
sourcefn eq(&self, other: &APIGroupList) -> bool
 
fn eq(&self, other: &APIGroupList) -> bool
sourceimpl Resource for APIGroupList
 
impl Resource for APIGroupList
sourceconst API_VERSION: &'static str = "v1"
 
const API_VERSION: &'static str = "v1"
The API version of the resource. This is a composite of 
Resource::GROUP and Resource::VERSION (eg "apiextensions.k8s.io/v1beta1")
or just the version for resources without a group (eg "v1"). Read moresourceconst GROUP: &'static str = ""
 
const GROUP: &'static str = ""
The group of the resource, or the empty string if the resource doesn’t have a group.
sourceconst URL_PATH_SEGMENT: &'static str = ""
 
const URL_PATH_SEGMENT: &'static str = ""
The URL path segment used to construct URLs related to this resource. Read more
type Scope = ClusterResourceScope
type Scope = ClusterResourceScope
Indicates whether the resource is namespace-scoped or cluster-scoped or a subresource. Read more
sourceimpl Serialize for APIGroupList
 
impl Serialize for APIGroupList
sourcefn serialize<S>(
    &self,
    serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
    S: Serializer,
 
fn serialize<S>(
    &self,
    serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
    S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for APIGroupList
Auto Trait Implementations
impl RefUnwindSafe for APIGroupList
impl Send for APIGroupList
impl Sync for APIGroupList
impl Unpin for APIGroupList
impl UnwindSafe for APIGroupList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more