pub struct NoJudge;Expand description
Deterministic-only screening (no judge).
Trait Implementations§
impl Copy for NoJudge
Auto Trait Implementations§
impl Freeze for NoJudge
impl RefUnwindSafe for NoJudge
impl Send for NoJudge
impl Sync for NoJudge
impl Unpin for NoJudge
impl UnsafeUnpin for NoJudge
impl UnwindSafe for NoJudge
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