pub enum HwClusterMode {
Pin,
Unpin,
}Expand description
Whether the hw cluster operation moves nodes into the target (Pin) or releases them back (Unpin).
Variants§
Pin
Move nodes matching the hardware pattern from the parent cluster into the target cluster.
Unpin
Move nodes matching the hardware pattern from the target cluster back to the parent cluster.
Trait Implementations§
Source§impl Clone for HwClusterMode
impl Clone for HwClusterMode
Source§fn clone(&self) -> HwClusterMode
fn clone(&self) -> HwClusterMode
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 HwClusterMode
impl Debug for HwClusterMode
Source§impl PartialEq for HwClusterMode
impl PartialEq for HwClusterMode
Source§fn eq(&self, other: &HwClusterMode) -> bool
fn eq(&self, other: &HwClusterMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HwClusterMode
impl Eq for HwClusterMode
impl StructuralPartialEq for HwClusterMode
Auto Trait Implementations§
impl Freeze for HwClusterMode
impl RefUnwindSafe for HwClusterMode
impl Send for HwClusterMode
impl Sync for HwClusterMode
impl Unpin for HwClusterMode
impl UnsafeUnpin for HwClusterMode
impl UnwindSafe for HwClusterMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.