pub enum CloudEngineNodeType {
Type4_1,
Type4_2,
Type4_3,
Type4_4,
Type4_5,
}Expand description
CloudEngineNodeType
CloudEngine marketplace node class.
Variants§
Type4_1
Type 4.1 node class.
Type4_2
Type 4.2 node class.
Type4_3
Type 4.3 node class.
Type4_4
Type 4.4 node class.
Type4_5
Type 4.5 node class.
Implementations§
Trait Implementations§
Source§impl Clone for CloudEngineNodeType
impl Clone for CloudEngineNodeType
Source§fn clone(&self) -> CloudEngineNodeType
fn clone(&self) -> CloudEngineNodeType
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 moreimpl Copy for CloudEngineNodeType
Source§impl Debug for CloudEngineNodeType
impl Debug for CloudEngineNodeType
Source§impl<'de> Deserialize<'de> for CloudEngineNodeType
impl<'de> Deserialize<'de> for CloudEngineNodeType
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 CloudEngineNodeType
impl Display for CloudEngineNodeType
impl Eq for CloudEngineNodeType
Source§impl Hash for CloudEngineNodeType
impl Hash for CloudEngineNodeType
Source§impl Ord for CloudEngineNodeType
impl Ord for CloudEngineNodeType
Source§fn cmp(&self, other: &CloudEngineNodeType) -> Ordering
fn cmp(&self, other: &CloudEngineNodeType) -> 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 CloudEngineNodeType
impl PartialEq for CloudEngineNodeType
Source§impl PartialOrd for CloudEngineNodeType
impl PartialOrd for CloudEngineNodeType
Source§impl Serialize for CloudEngineNodeType
impl Serialize for CloudEngineNodeType
impl StructuralPartialEq for CloudEngineNodeType
Auto Trait Implementations§
impl Freeze for CloudEngineNodeType
impl RefUnwindSafe for CloudEngineNodeType
impl Send for CloudEngineNodeType
impl Sync for CloudEngineNodeType
impl Unpin for CloudEngineNodeType
impl UnsafeUnpin for CloudEngineNodeType
impl UnwindSafe for CloudEngineNodeType
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