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§
Source§impl Clone for AllowedFlexVolume
impl Clone for AllowedFlexVolume
Source§fn clone(&self) -> AllowedFlexVolume
fn clone(&self) -> AllowedFlexVolume
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AllowedFlexVolume
impl Debug for AllowedFlexVolume
Source§impl Default for AllowedFlexVolume
impl Default for AllowedFlexVolume
Source§fn default() -> AllowedFlexVolume
fn default() -> AllowedFlexVolume
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AllowedFlexVolume
impl<'de> Deserialize<'de> for AllowedFlexVolume
Source§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
Source§impl PartialEq for AllowedFlexVolume
impl PartialEq for AllowedFlexVolume
Source§impl Serialize for AllowedFlexVolume
impl Serialize for AllowedFlexVolume
impl StructuralPartialEq for AllowedFlexVolume
Auto Trait Implementations§
impl Freeze for AllowedFlexVolume
impl RefUnwindSafe for AllowedFlexVolume
impl Send for AllowedFlexVolume
impl Sync for AllowedFlexVolume
impl Unpin for AllowedFlexVolume
impl UnwindSafe for AllowedFlexVolume
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more