pub struct BatchFlow { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for BatchFlow
impl !UnwindSafe for BatchFlow
impl Freeze for BatchFlow
impl Send for BatchFlow
impl Sync for BatchFlow
impl Unpin for BatchFlow
impl UnsafeUnpin for BatchFlow
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