Struct k8s_openapi::apiextensions_apiserver::pkg::apis::apiextensions::v1::ExternalDocumentation [−][src]
Expand description
ExternalDocumentation allows referencing an external resource for extended documentation.
Fields
description: Option<String>
url: Option<String>
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ExternalDocumentation
impl Send for ExternalDocumentation
impl Sync for ExternalDocumentation
impl Unpin for ExternalDocumentation
impl UnwindSafe for ExternalDocumentation
Blanket Implementations
Mutably borrows from an owned value. Read more