pub struct NodeKernelModuleLoading {
pub policy: Option<String>,
}Expand description
Configuration for kernel module loading on nodes.
This type is not used in any activity, and only used as part of another schema.
Fields§
§policy: Option<String>Set the node module loading policy for nodes in the node pool.
Trait Implementations§
Source§impl Clone for NodeKernelModuleLoading
impl Clone for NodeKernelModuleLoading
Source§fn clone(&self) -> NodeKernelModuleLoading
fn clone(&self) -> NodeKernelModuleLoading
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 NodeKernelModuleLoading
impl Debug for NodeKernelModuleLoading
Source§impl Default for NodeKernelModuleLoading
impl Default for NodeKernelModuleLoading
Source§fn default() -> NodeKernelModuleLoading
fn default() -> NodeKernelModuleLoading
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NodeKernelModuleLoading
impl<'de> Deserialize<'de> for NodeKernelModuleLoading
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 Serialize for NodeKernelModuleLoading
impl Serialize for NodeKernelModuleLoading
impl Part for NodeKernelModuleLoading
Auto Trait Implementations§
impl Freeze for NodeKernelModuleLoading
impl RefUnwindSafe for NodeKernelModuleLoading
impl Send for NodeKernelModuleLoading
impl Sync for NodeKernelModuleLoading
impl Unpin for NodeKernelModuleLoading
impl UnwindSafe for NodeKernelModuleLoading
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