[−][src]Enum k8s_openapi::GetFlowcontrolApiserverAPIGroupResponse
pub enum GetFlowcontrolApiserverAPIGroupResponse { Ok(APIGroup), Other(Result<Option<Value>, Error>), }
Use <GetFlowcontrolApiserverAPIGroupResponse as Response>::try_from_parts
to parse the HTTP response body of get_flowcontrol_apiserver_api_group
Variants
Ok(APIGroup)
Trait Implementations
impl Debug for GetFlowcontrolApiserverAPIGroupResponse
[src][+]
impl Response for GetFlowcontrolApiserverAPIGroupResponse
[src][+]
Auto Trait Implementations
impl !RefUnwindSafe for GetFlowcontrolApiserverAPIGroupResponse
impl Send for GetFlowcontrolApiserverAPIGroupResponse
impl Sync for GetFlowcontrolApiserverAPIGroupResponse
impl Unpin for GetFlowcontrolApiserverAPIGroupResponse
impl !UnwindSafe for GetFlowcontrolApiserverAPIGroupResponse
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,