pub struct NodesStatusNodeCmdRequest {
pub command: PveNodesStatusCommandEnum,
}Fields§
§command: PveNodesStatusCommandEnumSpecify the command.
Implementations§
Source§impl NodesStatusNodeCmdRequest
impl NodesStatusNodeCmdRequest
pub fn new(command: PveNodesStatusCommandEnum) -> NodesStatusNodeCmdRequest
Trait Implementations§
Source§impl Clone for NodesStatusNodeCmdRequest
impl Clone for NodesStatusNodeCmdRequest
Source§fn clone(&self) -> NodesStatusNodeCmdRequest
fn clone(&self) -> NodesStatusNodeCmdRequest
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 Debug for NodesStatusNodeCmdRequest
impl Debug for NodesStatusNodeCmdRequest
Source§impl Default for NodesStatusNodeCmdRequest
impl Default for NodesStatusNodeCmdRequest
Source§fn default() -> NodesStatusNodeCmdRequest
fn default() -> NodesStatusNodeCmdRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NodesStatusNodeCmdRequest
impl<'de> Deserialize<'de> for NodesStatusNodeCmdRequest
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 NodesStatusNodeCmdRequest
impl PartialEq for NodesStatusNodeCmdRequest
Source§fn eq(&self, other: &NodesStatusNodeCmdRequest) -> bool
fn eq(&self, other: &NodesStatusNodeCmdRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodesStatusNodeCmdRequest
Auto Trait Implementations§
impl Freeze for NodesStatusNodeCmdRequest
impl RefUnwindSafe for NodesStatusNodeCmdRequest
impl Send for NodesStatusNodeCmdRequest
impl Sync for NodesStatusNodeCmdRequest
impl Unpin for NodesStatusNodeCmdRequest
impl UnsafeUnpin for NodesStatusNodeCmdRequest
impl UnwindSafe for NodesStatusNodeCmdRequest
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