pub struct NodesStatusStatusResponseDataCurrentKernel {
pub machine: String,
pub release: String,
pub sysname: String,
pub version: String,
}Expand description
NodesStatusStatusResponseDataCurrentKernel : Meta-information about the currently booted kernel of this node.
Fields§
§machine: StringHardware (architecture) type
release: StringOS kernel release (e.g., "6.8.0")
sysname: StringOS kernel name (e.g., "Linux")
version: StringOS kernel version with build info
Implementations§
Trait Implementations§
Source§impl Clone for NodesStatusStatusResponseDataCurrentKernel
impl Clone for NodesStatusStatusResponseDataCurrentKernel
Source§fn clone(&self) -> NodesStatusStatusResponseDataCurrentKernel
fn clone(&self) -> NodesStatusStatusResponseDataCurrentKernel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for NodesStatusStatusResponseDataCurrentKernel
impl Default for NodesStatusStatusResponseDataCurrentKernel
Source§fn default() -> NodesStatusStatusResponseDataCurrentKernel
fn default() -> NodesStatusStatusResponseDataCurrentKernel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NodesStatusStatusResponseDataCurrentKernel
impl<'de> Deserialize<'de> for NodesStatusStatusResponseDataCurrentKernel
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 PartialEq for NodesStatusStatusResponseDataCurrentKernel
impl PartialEq for NodesStatusStatusResponseDataCurrentKernel
Source§fn eq(&self, other: &NodesStatusStatusResponseDataCurrentKernel) -> bool
fn eq(&self, other: &NodesStatusStatusResponseDataCurrentKernel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodesStatusStatusResponseDataCurrentKernel
Auto Trait Implementations§
impl Freeze for NodesStatusStatusResponseDataCurrentKernel
impl RefUnwindSafe for NodesStatusStatusResponseDataCurrentKernel
impl Send for NodesStatusStatusResponseDataCurrentKernel
impl Sync for NodesStatusStatusResponseDataCurrentKernel
impl Unpin for NodesStatusStatusResponseDataCurrentKernel
impl UnsafeUnpin for NodesStatusStatusResponseDataCurrentKernel
impl UnwindSafe for NodesStatusStatusResponseDataCurrentKernel
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