Struct k8s_openapi::api::policy::v1beta1::AllowedFlexVolume [−][src]
pub struct AllowedFlexVolume {
pub driver: String,
}
Expand description
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
Fields
driver: String
driver is the name of the Flexvolume driver.
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 AllowedFlexVolume
impl Send for AllowedFlexVolume
impl Sync for AllowedFlexVolume
impl Unpin for AllowedFlexVolume
impl UnwindSafe for AllowedFlexVolume
Blanket Implementations
Mutably borrows from an owned value. Read more