pub struct BatchIteratorControlHandle { /* private fields */ }
Trait Implementations§
source§impl Clone for BatchIteratorControlHandle
impl Clone for BatchIteratorControlHandle
source§fn clone(&self) -> BatchIteratorControlHandle
fn clone(&self) -> BatchIteratorControlHandle
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 ControlHandle for BatchIteratorControlHandle
impl ControlHandle for BatchIteratorControlHandle
Auto Trait Implementations§
impl !RefUnwindSafe for BatchIteratorControlHandle
impl Send for BatchIteratorControlHandle
impl Sync for BatchIteratorControlHandle
impl Unpin for BatchIteratorControlHandle
impl !UnwindSafe for BatchIteratorControlHandle
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