pub struct SrpHeuristicRule;Implementations§
Source§impl SrpHeuristicRule
impl SrpHeuristicRule
pub fn static_info() -> RuleInfo
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SrpHeuristicRule
impl RefUnwindSafe for SrpHeuristicRule
impl Send for SrpHeuristicRule
impl Sync for SrpHeuristicRule
impl Unpin for SrpHeuristicRule
impl UnsafeUnpin for SrpHeuristicRule
impl UnwindSafe for SrpHeuristicRule
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