pub struct ApplyBatch;Expand description
Feature-off twin of the batch scope: a ZST with no Drop, no Instant, no
global. apply_batch is a plain fn (not a macro) so a caller in ANOTHER crate —
rindle-replica’s apply loop is the one that matters — writes one unconditional
line with no #[cfg] of its own and pays nothing here.
Auto Trait Implementations§
impl Freeze for ApplyBatch
impl RefUnwindSafe for ApplyBatch
impl Send for ApplyBatch
impl Sync for ApplyBatch
impl Unpin for ApplyBatch
impl UnsafeUnpin for ApplyBatch
impl UnwindSafe for ApplyBatch
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