pub struct DummyInnerBatch;Expand description
Dummy inner batch.
Trait Implementations§
Source§impl Clone for DummyInnerBatch
impl Clone for DummyInnerBatch
Source§fn clone(&self) -> DummyInnerBatch
fn clone(&self) -> DummyInnerBatch
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 moreAuto Trait Implementations§
impl Freeze for DummyInnerBatch
impl RefUnwindSafe for DummyInnerBatch
impl Send for DummyInnerBatch
impl Sync for DummyInnerBatch
impl Unpin for DummyInnerBatch
impl UnwindSafe for DummyInnerBatch
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