pub struct MockRulePromoter;Expand description
Mock RulePromoter for testing
Trait Implementations§
Source§impl RulePromoter for MockRulePromoter
impl RulePromoter for MockRulePromoter
Auto Trait Implementations§
impl Freeze for MockRulePromoter
impl RefUnwindSafe for MockRulePromoter
impl Send for MockRulePromoter
impl Sync for MockRulePromoter
impl Unpin for MockRulePromoter
impl UnwindSafe for MockRulePromoter
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