pub enum ClusterPrimaryUpdateStrategy {
Unsupervised,
Supervised,
}Variants§
Trait Implementations§
source§impl Clone for ClusterPrimaryUpdateStrategy
impl Clone for ClusterPrimaryUpdateStrategy
source§fn clone(&self) -> ClusterPrimaryUpdateStrategy
fn clone(&self) -> ClusterPrimaryUpdateStrategy
Returns a copy 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 ClusterPrimaryUpdateStrategy
impl Debug for ClusterPrimaryUpdateStrategy
source§impl<'de> Deserialize<'de> for ClusterPrimaryUpdateStrategy
impl<'de> Deserialize<'de> for ClusterPrimaryUpdateStrategy
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
Auto Trait Implementations§
impl RefUnwindSafe for ClusterPrimaryUpdateStrategy
impl Send for ClusterPrimaryUpdateStrategy
impl Sync for ClusterPrimaryUpdateStrategy
impl Unpin for ClusterPrimaryUpdateStrategy
impl UnwindSafe for ClusterPrimaryUpdateStrategy
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