pub struct CsiControllerInfo {
pub supports_read_only_attach: Option<bool>,
pub supports_attach_detach: Option<bool>,
pub supports_list_volumes: Option<bool>,
pub supports_list_volumes_attached_nodes: Option<bool>,
}
Fields§
§supports_read_only_attach: Option<bool>
§supports_attach_detach: Option<bool>
§supports_list_volumes: Option<bool>
§supports_list_volumes_attached_nodes: Option<bool>
Implementations§
Source§impl CsiControllerInfo
impl CsiControllerInfo
pub fn new() -> CsiControllerInfo
Trait Implementations§
Source§impl Clone for CsiControllerInfo
impl Clone for CsiControllerInfo
Source§fn clone(&self) -> CsiControllerInfo
fn clone(&self) -> CsiControllerInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CsiControllerInfo
impl Debug for CsiControllerInfo
Source§impl<'de> Deserialize<'de> for CsiControllerInfo
impl<'de> Deserialize<'de> for CsiControllerInfo
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 CsiControllerInfo
impl PartialEq for CsiControllerInfo
Source§impl Serialize for CsiControllerInfo
impl Serialize for CsiControllerInfo
impl StructuralPartialEq for CsiControllerInfo
Auto Trait Implementations§
impl Freeze for CsiControllerInfo
impl RefUnwindSafe for CsiControllerInfo
impl Send for CsiControllerInfo
impl Sync for CsiControllerInfo
impl Unpin for CsiControllerInfo
impl UnwindSafe for CsiControllerInfo
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