pub enum GatedDeltaValueHeadMapping {
GroupedByKeyHead,
InterleavedByKeyHead,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GatedDeltaValueHeadMapping
impl Clone for GatedDeltaValueHeadMapping
Source§fn clone(&self) -> GatedDeltaValueHeadMapping
fn clone(&self) -> GatedDeltaValueHeadMapping
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 moreimpl Copy for GatedDeltaValueHeadMapping
Source§impl Debug for GatedDeltaValueHeadMapping
impl Debug for GatedDeltaValueHeadMapping
impl Eq for GatedDeltaValueHeadMapping
impl StructuralPartialEq for GatedDeltaValueHeadMapping
Auto Trait Implementations§
impl Freeze for GatedDeltaValueHeadMapping
impl RefUnwindSafe for GatedDeltaValueHeadMapping
impl Send for GatedDeltaValueHeadMapping
impl Sync for GatedDeltaValueHeadMapping
impl Unpin for GatedDeltaValueHeadMapping
impl UnsafeUnpin for GatedDeltaValueHeadMapping
impl UnwindSafe for GatedDeltaValueHeadMapping
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