pub enum PbsNodesCmdEnum {
Login,
Upgrade,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PbsNodesCmdEnum
impl Clone for PbsNodesCmdEnum
Source§fn clone(&self) -> PbsNodesCmdEnum
fn clone(&self) -> PbsNodesCmdEnum
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 PbsNodesCmdEnum
impl Debug for PbsNodesCmdEnum
Source§impl Default for PbsNodesCmdEnum
impl Default for PbsNodesCmdEnum
Source§fn default() -> PbsNodesCmdEnum
fn default() -> PbsNodesCmdEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PbsNodesCmdEnum
impl<'de> Deserialize<'de> for PbsNodesCmdEnum
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 Display for PbsNodesCmdEnum
impl Display for PbsNodesCmdEnum
Source§impl Hash for PbsNodesCmdEnum
impl Hash for PbsNodesCmdEnum
Source§impl Ord for PbsNodesCmdEnum
impl Ord for PbsNodesCmdEnum
Source§fn cmp(&self, other: &PbsNodesCmdEnum) -> Ordering
fn cmp(&self, other: &PbsNodesCmdEnum) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PbsNodesCmdEnum
impl PartialEq for PbsNodesCmdEnum
Source§fn eq(&self, other: &PbsNodesCmdEnum) -> bool
fn eq(&self, other: &PbsNodesCmdEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PbsNodesCmdEnum
impl PartialOrd for PbsNodesCmdEnum
Source§impl Serialize for PbsNodesCmdEnum
impl Serialize for PbsNodesCmdEnum
impl Copy for PbsNodesCmdEnum
impl Eq for PbsNodesCmdEnum
impl StructuralPartialEq for PbsNodesCmdEnum
Auto Trait Implementations§
impl Freeze for PbsNodesCmdEnum
impl RefUnwindSafe for PbsNodesCmdEnum
impl Send for PbsNodesCmdEnum
impl Sync for PbsNodesCmdEnum
impl Unpin for PbsNodesCmdEnum
impl UnsafeUnpin for PbsNodesCmdEnum
impl UnwindSafe for PbsNodesCmdEnum
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