pub struct GetKernelParametersParams {
pub group_name: Option<String>,
pub nodes: Option<String>,
pub settings_group_name: Option<String>,
}Expand description
Typed parameters for fetching kernel boot parameters.
Fields§
§group_name: Option<String>Group whose members’ kernel parameters should be returned.
nodes: Option<String>Explicit comma-separated xnames; mutually exclusive with
group_name.
settings_group_name: Option<String>Operator default from cli.toml’s parent_group_group, used
when neither group_name nor nodes is supplied.
Auto Trait Implementations§
impl Freeze for GetKernelParametersParams
impl RefUnwindSafe for GetKernelParametersParams
impl Send for GetKernelParametersParams
impl Sync for GetKernelParametersParams
impl Unpin for GetKernelParametersParams
impl UnwindSafe for GetKernelParametersParams
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