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