Enum k8s_openapi::v1_10::LogFileListHandlerResponse [−][src]
pub enum LogFileListHandlerResponse {
Unauthorized,
Other,
}Parses the HTTP response of log_file_list_handler
Variants
Other
Trait Implementations
impl Debug for LogFileListHandlerResponse[src]
impl Debug for LogFileListHandlerResponsefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Response for LogFileListHandlerResponse[src]
impl Response for LogFileListHandlerResponsefn try_from_parts(
status_code: StatusCode,
_: &[u8]
) -> Result<(Self, usize), ResponseError>[src]
fn try_from_parts(
status_code: StatusCode,
_: &[u8]
) -> Result<(Self, usize), ResponseError>Tries to parse the response from the given status code and response body.
Auto Trait Implementations
impl Send for LogFileListHandlerResponse
impl Send for LogFileListHandlerResponseimpl Sync for LogFileListHandlerResponse
impl Sync for LogFileListHandlerResponse