Enum k8s_openapi::v1_8::LogFileHandlerResponse [−][src]
pub enum LogFileHandlerResponse {
Unauthorized,
Other,
}Parses the HTTP response of log_file_handler
Variants
Other
Trait Implementations
impl Debug for LogFileHandlerResponse[src]
impl Debug for LogFileHandlerResponsefn 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 LogFileHandlerResponse[src]
impl Response for LogFileHandlerResponsefn 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 LogFileHandlerResponse
impl Send for LogFileHandlerResponseimpl Sync for LogFileHandlerResponse
impl Sync for LogFileHandlerResponse