Struct k8s_openapi::api::storage::v1::ReadCSINodeOptional [−][src]
Expand description
Optional parameters of CSINode::read_csi_node
Fields
pretty: Option<&'a str>
If ‘true’, then the output is pretty printed.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for ReadCSINodeOptional<'a>
impl<'a> Send for ReadCSINodeOptional<'a>
impl<'a> Sync for ReadCSINodeOptional<'a>
impl<'a> Unpin for ReadCSINodeOptional<'a>
impl<'a> UnwindSafe for ReadCSINodeOptional<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more