pub enum ChunkApply {
Appended,
DuplicateAccepted,
}Variants§
Trait Implementations§
Source§impl Clone for ChunkApply
impl Clone for ChunkApply
Source§fn clone(&self) -> ChunkApply
fn clone(&self) -> ChunkApply
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 ChunkApply
Source§impl Debug for ChunkApply
impl Debug for ChunkApply
impl Eq for ChunkApply
Source§impl PartialEq for ChunkApply
impl PartialEq for ChunkApply
Source§fn eq(&self, other: &ChunkApply) -> bool
fn eq(&self, other: &ChunkApply) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ChunkApply
Auto Trait Implementations§
impl Freeze for ChunkApply
impl RefUnwindSafe for ChunkApply
impl Send for ChunkApply
impl Sync for ChunkApply
impl Unpin for ChunkApply
impl UnsafeUnpin for ChunkApply
impl UnwindSafe for ChunkApply
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