pub enum PortablePopulationStrategy {
SetOnce,
LastWrite,
Append,
Merge,
Max,
Sum,
Count,
Min,
UniqueCount,
}Variants§
Trait Implementations§
Source§impl Clone for PortablePopulationStrategy
impl Clone for PortablePopulationStrategy
Source§fn clone(&self) -> PortablePopulationStrategy
fn clone(&self) -> PortablePopulationStrategy
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 PortablePopulationStrategy
impl Debug for PortablePopulationStrategy
Source§impl<'de> Deserialize<'de> for PortablePopulationStrategy
impl<'de> Deserialize<'de> for PortablePopulationStrategy
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
impl Eq for PortablePopulationStrategy
impl StructuralPartialEq for PortablePopulationStrategy
Auto Trait Implementations§
impl Freeze for PortablePopulationStrategy
impl RefUnwindSafe for PortablePopulationStrategy
impl Send for PortablePopulationStrategy
impl Sync for PortablePopulationStrategy
impl Unpin for PortablePopulationStrategy
impl UnsafeUnpin for PortablePopulationStrategy
impl UnwindSafe for PortablePopulationStrategy
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