pub struct GetKernelParametersParams {
pub hsm_group: Option<String>,
pub nodes: Option<String>,
pub settings_hsm_group_name: Option<String>,
}Expand description
Typed parameters for fetching kernel boot parameters.
Fields§
§hsm_group: Option<String>§nodes: Option<String>§settings_hsm_group_name: Option<String>Auto Trait Implementations§
impl Freeze for GetKernelParametersParams
impl RefUnwindSafe for GetKernelParametersParams
impl Send for GetKernelParametersParams
impl Sync for GetKernelParametersParams
impl Unpin for GetKernelParametersParams
impl UnsafeUnpin 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