#[repr(i32)]pub enum ClusterOption {
Undefined = 0,
CluoptRecheck = 1,
CluoptVerbose = 2,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ClusterOption
impl Clone for ClusterOption
Source§fn clone(&self) -> ClusterOption
fn clone(&self) -> ClusterOption
Returns a duplicate of the value. Read more
1.0.0 · 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 ClusterOption
impl Debug for ClusterOption
Source§impl Default for ClusterOption
impl Default for ClusterOption
Source§fn default() -> ClusterOption
fn default() -> ClusterOption
Returns the “default value” for a type. Read more
Source§impl From<ClusterOption> for i32
impl From<ClusterOption> for i32
Source§fn from(value: ClusterOption) -> i32
fn from(value: ClusterOption) -> i32
Converts to this type from the input type.
Source§impl Hash for ClusterOption
impl Hash for ClusterOption
Source§impl Ord for ClusterOption
impl Ord for ClusterOption
Source§fn cmp(&self, other: &ClusterOption) -> Ordering
fn cmp(&self, other: &ClusterOption) -> Ordering
1.21.0 · 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 ClusterOption
impl PartialEq for ClusterOption
Source§impl PartialOrd for ClusterOption
impl PartialOrd for ClusterOption
impl Copy for ClusterOption
impl Eq for ClusterOption
impl StructuralPartialEq for ClusterOption
Auto Trait Implementations§
impl Freeze for ClusterOption
impl RefUnwindSafe for ClusterOption
impl Send for ClusterOption
impl Sync for ClusterOption
impl Unpin for ClusterOption
impl UnwindSafe for ClusterOption
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