pub struct BatchManager { /* private fields */ }Expand description
纯函数式批次管理器
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for BatchManager
impl RefUnwindSafe for BatchManager
impl Send for BatchManager
impl Sync for BatchManager
impl Unpin for BatchManager
impl UnwindSafe for BatchManager
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