pub enum ShardAlgorithm {
Avx512,
Avx2,
AesNi,
Fnv1a,
Xxh3,
}Variants§
Trait Implementations§
Source§impl Clone for ShardAlgorithm
impl Clone for ShardAlgorithm
Source§fn clone(&self) -> ShardAlgorithm
fn clone(&self) -> ShardAlgorithm
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 ShardAlgorithm
impl Debug for ShardAlgorithm
Source§impl PartialEq for ShardAlgorithm
impl PartialEq for ShardAlgorithm
impl StructuralPartialEq for ShardAlgorithm
Auto Trait Implementations§
impl Freeze for ShardAlgorithm
impl RefUnwindSafe for ShardAlgorithm
impl Send for ShardAlgorithm
impl Sync for ShardAlgorithm
impl Unpin for ShardAlgorithm
impl UnwindSafe for ShardAlgorithm
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