pub struct ZeroV1ScorePlugin;Expand description
A deterministic scorer useful for testing and compatibility checks.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZeroV1ScorePlugin
impl RefUnwindSafe for ZeroV1ScorePlugin
impl Send for ZeroV1ScorePlugin
impl Sync for ZeroV1ScorePlugin
impl Unpin for ZeroV1ScorePlugin
impl UnsafeUnpin for ZeroV1ScorePlugin
impl UnwindSafe for ZeroV1ScorePlugin
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