pub struct NodesStatusGetStatusResponseDataCurrentKernel {
pub machine: String,
pub release: String,
pub sysname: String,
pub version: String,
}Expand description
NodesStatusGetStatusResponseDataCurrentKernel : The current kernel version (output of uname)
Fields§
§machine: StringThe machine architecture
release: StringThe kernel release number
sysname: StringThe systemname/nodename
version: StringThe kernel version
Implementations§
Trait Implementations§
Source§impl Clone for NodesStatusGetStatusResponseDataCurrentKernel
impl Clone for NodesStatusGetStatusResponseDataCurrentKernel
Source§fn clone(&self) -> NodesStatusGetStatusResponseDataCurrentKernel
fn clone(&self) -> NodesStatusGetStatusResponseDataCurrentKernel
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 NodesStatusGetStatusResponseDataCurrentKernel
impl Default for NodesStatusGetStatusResponseDataCurrentKernel
Source§fn default() -> NodesStatusGetStatusResponseDataCurrentKernel
fn default() -> NodesStatusGetStatusResponseDataCurrentKernel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NodesStatusGetStatusResponseDataCurrentKernel
impl<'de> Deserialize<'de> for NodesStatusGetStatusResponseDataCurrentKernel
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 NodesStatusGetStatusResponseDataCurrentKernel
impl PartialEq for NodesStatusGetStatusResponseDataCurrentKernel
Source§fn eq(&self, other: &NodesStatusGetStatusResponseDataCurrentKernel) -> bool
fn eq(&self, other: &NodesStatusGetStatusResponseDataCurrentKernel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodesStatusGetStatusResponseDataCurrentKernel
Auto Trait Implementations§
impl Freeze for NodesStatusGetStatusResponseDataCurrentKernel
impl RefUnwindSafe for NodesStatusGetStatusResponseDataCurrentKernel
impl Send for NodesStatusGetStatusResponseDataCurrentKernel
impl Sync for NodesStatusGetStatusResponseDataCurrentKernel
impl Unpin for NodesStatusGetStatusResponseDataCurrentKernel
impl UnsafeUnpin for NodesStatusGetStatusResponseDataCurrentKernel
impl UnwindSafe for NodesStatusGetStatusResponseDataCurrentKernel
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