pub struct GetHardwareNodesListParams {
pub xnames: String,
}Expand description
Typed parameters for fetching hardware inventory for a list of nodes.
Fields§
§xnames: StringComma-separated xnames.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetHardwareNodesListParams
impl RefUnwindSafe for GetHardwareNodesListParams
impl Send for GetHardwareNodesListParams
impl Sync for GetHardwareNodesListParams
impl Unpin for GetHardwareNodesListParams
impl UnsafeUnpin for GetHardwareNodesListParams
impl UnwindSafe for GetHardwareNodesListParams
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