pub struct CsiVolumeListStub {Show 19 fields
pub ID: Option<String>,
pub namespace: Option<String>,
pub name: Option<String>,
pub external_id: Option<String>,
pub topologies: Option<Vec<CsiTopology>>,
pub access_mode: Option<String>,
pub attachment_mode: Option<String>,
pub mount_options: Option<Box<CsiMountOptions>>,
pub schedulable: Option<bool>,
pub plugin_id: Option<String>,
pub provider: Option<String>,
pub controller_required: Option<bool>,
pub controllers_healthy: Option<i32>,
pub controllers_expected: Option<i32>,
pub nodes_healthy: Option<i32>,
pub nodes_expected: Option<i32>,
pub resource_exhausted: Option<String>,
pub create_index: Option<i32>,
pub modify_index: Option<i32>,
}
Fields§
§ID: Option<String>
§namespace: Option<String>
§name: Option<String>
§external_id: Option<String>
§topologies: Option<Vec<CsiTopology>>
§access_mode: Option<String>
§attachment_mode: Option<String>
§mount_options: Option<Box<CsiMountOptions>>
§schedulable: Option<bool>
§plugin_id: Option<String>
§provider: Option<String>
§controller_required: Option<bool>
§controllers_healthy: Option<i32>
§controllers_expected: Option<i32>
§nodes_healthy: Option<i32>
§nodes_expected: Option<i32>
§resource_exhausted: Option<String>
§create_index: Option<i32>
§modify_index: Option<i32>
Implementations§
Source§impl CsiVolumeListStub
impl CsiVolumeListStub
pub fn new() -> CsiVolumeListStub
Trait Implementations§
Source§impl Clone for CsiVolumeListStub
impl Clone for CsiVolumeListStub
Source§fn clone(&self) -> CsiVolumeListStub
fn clone(&self) -> CsiVolumeListStub
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 CsiVolumeListStub
impl Debug for CsiVolumeListStub
Source§impl<'de> Deserialize<'de> for CsiVolumeListStub
impl<'de> Deserialize<'de> for CsiVolumeListStub
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 CsiVolumeListStub
impl PartialEq for CsiVolumeListStub
Source§impl Serialize for CsiVolumeListStub
impl Serialize for CsiVolumeListStub
impl StructuralPartialEq for CsiVolumeListStub
Auto Trait Implementations§
impl Freeze for CsiVolumeListStub
impl RefUnwindSafe for CsiVolumeListStub
impl Send for CsiVolumeListStub
impl Sync for CsiVolumeListStub
impl Unpin for CsiVolumeListStub
impl UnwindSafe for CsiVolumeListStub
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