#[repr(C)]pub struct ParallelAppendState { /* private fields */ }
Trait Implementations§
Source§impl Clone for ParallelAppendState
impl Clone for ParallelAppendState
Source§fn clone(&self) -> ParallelAppendState
fn clone(&self) -> ParallelAppendState
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 ParallelAppendState
impl Debug for ParallelAppendState
impl Copy for ParallelAppendState
Auto Trait Implementations§
impl Freeze for ParallelAppendState
impl RefUnwindSafe for ParallelAppendState
impl Send for ParallelAppendState
impl Sync for ParallelAppendState
impl Unpin for ParallelAppendState
impl UnwindSafe for ParallelAppendState
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