Struct kube_core::response::StatusCause [−][src]
Expand description
Status cause object on the StatusDetails
object
Fields
reason: String
message: String
field: String
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for StatusCause
impl Send for StatusCause
impl Sync for StatusCause
impl Unpin for StatusCause
impl UnwindSafe for StatusCause