pub enum Predictor {
None,
Horizontal,
// some variants omitted
}
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for Predictor
impl PartialEq for Predictor
impl Copy for Predictor
impl Eq for Predictor
impl StructuralEq for Predictor
impl StructuralPartialEq for Predictor
Auto Trait Implementations§
impl RefUnwindSafe for Predictor
impl Send for Predictor
impl Sync for Predictor
impl Unpin for Predictor
impl UnwindSafe for Predictor
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